diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-09-28 09:39:50 +0200 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-09-28 09:39:50 +0200 |
commit | 70cb38ec825243d6930bcadde0669cecd246d1f5 (patch) | |
tree | f7dc27f11e200c4a174df0a91afb7bbd83e5dcc5 /BUILD | |
parent | 7158ae635ba696530f8f46230b342b3b720419b0 (diff) | |
parent | 3a5c4ab4b2a3b3bc133a32883dd8866d5120d2b9 (diff) | |
download | mariadb-git-70cb38ec825243d6930bcadde0669cecd246d1f5.tar.gz |
Merge to mysql-next-mr
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/check-cpu | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu index f73a872fecd..eb001ee61ae 100755 --- a/BUILD/check-cpu +++ b/BUILD/check-cpu @@ -73,6 +73,11 @@ check_cpu () { Alpha*EV6*) cpu_arg="ev6"; ;; + #Core 2 Duo + *Intel*Core\(TM\)2*) + cpu_arg="nocona" + core2="yes" + ;; # Intel ia32 *Intel*Core*|*X[eE][oO][nN]*) # a Xeon is just another pentium4 ... @@ -137,10 +142,6 @@ check_cpu () { *i386*) cpu_arg="i386" ;; - #Core 2 Duo - *Intel*Core\(TM\)2*) - cpu_arg="nocona" - ;; # Intel ia64 *Itanium*) cpu_arg="itanium" |