summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorgkodinov/kgeorge@magare.gmz <>2007-03-01 15:28:10 +0200
committergkodinov/kgeorge@magare.gmz <>2007-03-01 15:28:10 +0200
commit360b063d3f9af7e8a7026a89611b801cca9975f3 (patch)
tree4b8e162a6bb27945c0329ade6a30311834122ddd /BUILD
parentb3cb8466804f1ab6d888c027948bb6ad3c5d0cb8 (diff)
downloadmariadb-git-360b063d3f9af7e8a7026a89611b801cca9975f3.tar.gz
Correctly recognize Intel Core2Duo Extreme
in build.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/check-cpu4
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*)