diff options
author | df@pippilotta.erinye.com <> | 2007-05-29 12:23:49 +0200 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-05-29 12:23:49 +0200 |
commit | 1db91f163b8f336f18fd6253fa5699ea6aaefefb (patch) | |
tree | 7d6fd1dd08209e72bffb31c71264fcaf93e25fe4 /BUILD | |
parent | 38c8951d11e69444b7fbdea4fc441d30bdd70bae (diff) | |
download | mariadb-git-1db91f163b8f336f18fd6253fa5699ea6aaefefb.tar.gz |
BUG#17707 check-cpu script doesn't include Turion
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"; ;; |