diff options
author | unknown <df@pippilotta.erinye.com> | 2007-05-30 17:20:58 +0200 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-05-30 17:20:58 +0200 |
commit | 8dff6eb0830f3459be1016780bde2d99071b295f (patch) | |
tree | bc36f7db51a57ac7b46bdec762da31e0e5627385 /BUILD | |
parent | 7044724af9f0906d79e523574b60b22c4cf8a213 (diff) | |
parent | edbba026c1dba16ff0cce35ad961f6a724f5b0d8 (diff) | |
download | mariadb-git-8dff6eb0830f3459be1016780bde2d99071b295f.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-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"; ;; |