summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-05-30 17:20:58 +0200
committerunknown <df@pippilotta.erinye.com>2007-05-30 17:20:58 +0200
commitb3da513091f0a09e7e045bb9e35ecde1b06f3ed5 (patch)
treebc36f7db51a57ac7b46bdec762da31e0e5627385 /BUILD
parent001c930a9b11cb12ae0c542dd2229d48708d1f57 (diff)
parentf8e20125d09132d0fb61c94fd7f746a1aa85d224 (diff)
downloadmariadb-git-b3da513091f0a09e7e045bb9e35ecde1b06f3ed5.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.0-build-work
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 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";
;;