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

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


BUILD/check-cpu:
  Auto merged
This commit is contained in:
unknown 2007-05-29 12:38:04 +02:00
commit 8228f3b5c0

View file

@ -105,6 +105,12 @@ check_cpu () {
*Athlon*64*)
cpu_arg="athlon64";
;;
*Turion*)
cpu_arg="athlon64";
;;
*Opteron*)
cpu_arg="athlon64";
;;
*Athlon*)
cpu_arg="athlon";
;;