diff options
author | unknown <df@pippilotta.erinye.com> | 2007-05-29 12:23:49 +0200 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-05-29 12:23:49 +0200 |
commit | 6c40a4e64276776b0cb2501cd4d5a0d2939f4db5 (patch) | |
tree | 7d6fd1dd08209e72bffb31c71264fcaf93e25fe4 /BUILD | |
parent | 25090a6da6dbb0695cd375c5a9a7e5bcf0706f36 (diff) | |
download | mariadb-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')
-rwxr-xr-x | BUILD/check-cpu | 6 |
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"; ;; |