summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-05-29 12:23:49 +0200
committerdf@pippilotta.erinye.com <>2007-05-29 12:23:49 +0200
commit1db91f163b8f336f18fd6253fa5699ea6aaefefb (patch)
tree7d6fd1dd08209e72bffb31c71264fcaf93e25fe4 /BUILD
parent38c8951d11e69444b7fbdea4fc441d30bdd70bae (diff)
downloadmariadb-git-1db91f163b8f336f18fd6253fa5699ea6aaefefb.tar.gz
BUG#17707 check-cpu script doesn't include Turion
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 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";
;;