diff options
author | unknown <df@pippilotta.erinye.com> | 2007-05-30 17:21:07 +0200 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-05-30 17:21:07 +0200 |
commit | a00deda87c582e628062fb96e3aeddafd79b74a2 (patch) | |
tree | 6ffdc29722762930c4807571332cf884a8ed9b41 /BUILD | |
parent | 918340d04bb0c82ad9f6e956a7470b6e874ce7e7 (diff) | |
parent | 8228f3b5c0a23e5e00c9d9520223ef306d4690c4 (diff) | |
download | mariadb-git-a00deda87c582e628062fb96e3aeddafd79b74a2.tar.gz |
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-17707
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-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 2852aa98ef3..0720a53c54d 100755 --- a/BUILD/check-cpu +++ b/BUILD/check-cpu @@ -105,6 +105,12 @@ check_cpu () { *Athlon*64*) cpu_arg="athlon64"; ;; + *Turion*) + cpu_arg="athlon64"; + ;; + *Opteron*) + cpu_arg="athlon64"; + ;; *Athlon*) cpu_arg="athlon"; ;; |