diff options
author | df@pippilotta.erinye.com <> | 2007-05-29 12:25:51 +0200 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-05-29 12:25:51 +0200 |
commit | 82669a375c245eeeab2276621757d3148586ad58 (patch) | |
tree | 12515881116d8325a467c8e7d3a3c3a85f1bb9a2 /BUILD/check-cpu | |
parent | 918d90d516bf0a2059a5699f783c64d22946d0e2 (diff) | |
parent | 1db91f163b8f336f18fd6253fa5699ea6aaefefb (diff) | |
download | mariadb-git-82669a375c245eeeab2276621757d3148586ad58.tar.gz |
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-4.1-build-work-17707
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-17707
Diffstat (limited to 'BUILD/check-cpu')
-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 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"; ;; |