summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-05-29 12:38:04 +0200
committerunknown <df@pippilotta.erinye.com>2007-05-29 12:38:04 +0200
commit8228f3b5c0a23e5e00c9d9520223ef306d4690c4 (patch)
treee380e72ba12841b8b04b2d2d4da968c252b3e936 /BUILD
parente6cbd8180c4515441e570efba697acc958cb9a7d (diff)
parentf8e20125d09132d0fb61c94fd7f746a1aa85d224 (diff)
downloadmariadb-git-8228f3b5c0a23e5e00c9d9520223ef306d4690c4.tar.gz
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
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/check-cpu6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu
index 2852aa98ef3..0720a53c54d 100755
--- a/BUILD/check-cpu
+++ b/BUILD/check-cpu
@@ -105,6 +105,12 @@ check_cpu () {
*Athlon*64*)
cpu_arg="athlon64";
;;
+ *Turion*)
+ cpu_arg="athlon64";
+ ;;
+ *Opteron*)
+ cpu_arg="athlon64";
+ ;;
*Athlon*)
cpu_arg="athlon";
;;