summaryrefslogtreecommitdiff
path: root/BUILD/check-cpu
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-05-29 12:25:51 +0200
committerdf@pippilotta.erinye.com <>2007-05-29 12:25:51 +0200
commit82669a375c245eeeab2276621757d3148586ad58 (patch)
tree12515881116d8325a467c8e7d3a3c3a85f1bb9a2 /BUILD/check-cpu
parent918d90d516bf0a2059a5699f783c64d22946d0e2 (diff)
parent1db91f163b8f336f18fd6253fa5699ea6aaefefb (diff)
downloadmariadb-git-82669a375c245eeeab2276621757d3148586ad58.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
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";
;;