summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorholyfoot/hf@hfmain.(none) <>2007-03-08 22:04:17 +0400
committerholyfoot/hf@hfmain.(none) <>2007-03-08 22:04:17 +0400
commitcdcf3ec097d62fe3daf0ed7df90daa3c77172e4e (patch)
treea0686066351b8e7441c1b2937a6d675b4a2963fd /BUILD
parentbb273143fcb736f4a2f63ff56b4980802eeb0041 (diff)
parent48d3e2c1bba6ea60d73fdf8241fea4770b18d09b (diff)
downloadmariadb-git-cdcf3ec097d62fe3daf0ed7df90daa3c77172e4e.tar.gz
Merge bk@192.168.21.1:mysql-5.1
into mysql.com:/home/hf/work/mrg/mysql-5.1-opt
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 9edde51402f..24b76c7198d 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*)