diff options
author | gkodinov/kgeorge@magare.gmz <> | 2007-03-01 15:28:10 +0200 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2007-03-01 15:28:10 +0200 |
commit | 360b063d3f9af7e8a7026a89611b801cca9975f3 (patch) | |
tree | 4b8e162a6bb27945c0329ade6a30311834122ddd /BUILD | |
parent | b3cb8466804f1ab6d888c027948bb6ad3c5d0cb8 (diff) | |
download | mariadb-git-360b063d3f9af7e8a7026a89611b801cca9975f3.tar.gz |
Correctly recognize Intel Core2Duo Extreme
in build.
Diffstat (limited to 'BUILD')
-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*) |