diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-03-01 15:28:10 +0200 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-03-01 15:28:10 +0200 |
commit | a0684ef25f7b2a1f6f02abf3fe4d1f3d7ebb7298 (patch) | |
tree | 4b8e162a6bb27945c0329ade6a30311834122ddd /BUILD/check-cpu | |
parent | 3a520a785eeee973e79d1f6e482e270e24a20c56 (diff) | |
download | mariadb-git-a0684ef25f7b2a1f6f02abf3fe4d1f3d7ebb7298.tar.gz |
Correctly recognize Intel Core2Duo Extreme
in build.
BUILD/check-cpu:
Correctly recognize Intel Core2Duo Extreme.
Diffstat (limited to 'BUILD/check-cpu')
-rwxr-xr-x | BUILD/check-cpu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu index 55f4e62327b..3fded0a680f 100755 --- a/BUILD/check-cpu +++ b/BUILD/check-cpu @@ -114,6 +114,10 @@ check_cpu () { *i386*i486*) cpu_arg="pentium-m"; ;; + #Core 2 Duo + *Intel*Core\(TM\)2*) + cpu_arg="nocona"; + ;; # Intel ia64 *Itanium*) |