summaryrefslogtreecommitdiff
path: root/BUILD/check-cpu
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-05-29 12:23:49 +0200
committerunknown <df@pippilotta.erinye.com>2007-05-29 12:23:49 +0200
commit6c40a4e64276776b0cb2501cd4d5a0d2939f4db5 (patch)
tree7d6fd1dd08209e72bffb31c71264fcaf93e25fe4 /BUILD/check-cpu
parent25090a6da6dbb0695cd375c5a9a7e5bcf0706f36 (diff)
downloadmariadb-git-6c40a4e64276776b0cb2501cd4d5a0d2939f4db5.tar.gz
BUG#17707 check-cpu script doesn't include Turion
BUILD/check-cpu: BUG#17707 add Turion (and Opteron)
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 2854ec721c6..7429a955ac0 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";
;;