summaryrefslogtreecommitdiff
path: root/BUILD/check-cpu
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-05-29 12:25:51 +0200
committerunknown <df@pippilotta.erinye.com>2007-05-29 12:25:51 +0200
commitf8e20125d09132d0fb61c94fd7f746a1aa85d224 (patch)
tree12515881116d8325a467c8e7d3a3c3a85f1bb9a2 /BUILD/check-cpu
parent37f1e222478dbc7af10b06cc6a1ba2d0cfbc0d26 (diff)
parent6c40a4e64276776b0cb2501cd4d5a0d2939f4db5 (diff)
downloadmariadb-git-f8e20125d09132d0fb61c94fd7f746a1aa85d224.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-4.1-build-work-17707
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-17707 BUILD/check-cpu: Auto merged
Diffstat (limited to 'BUILD/check-cpu')
-rwxr-xr-xBUILD/check-cpu6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu
index 8969f92bda4..48a5b5371e3 100755
--- a/BUILD/check-cpu
+++ b/BUILD/check-cpu
@@ -104,6 +104,12 @@ check_cpu () {
*Athlon*64*)
cpu_arg="athlon64";
;;
+ *Turion*)
+ cpu_arg="athlon64";
+ ;;
+ *Opteron*)
+ cpu_arg="athlon64";
+ ;;
*Athlon*)
cpu_arg="athlon";
;;