Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-26701

into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-26701


BUILD/check-cpu:
  Auto merged
This commit is contained in:
unknown 2007-03-01 21:00:46 +01:00
commit 5439445c15

View file

@ -179,7 +179,14 @@ check_cpu () {
check_cpu_args='-mcpu=$cpu_arg -mtune=$cpu_arg'
;;
x86_64-*)
check_cpu_args='-mtune=$cpu_arg'
case "$cc_verno" in
3.4*|3.5*|4.*)
check_cpu_args='-mtune=$cpu_arg'
;;
*)
check_cpu_args='-mcpu=$cpu_arg'
;;
esac
;;
*)
check_cpu_cflags=""