diff options
author | holyfoot/hf@hfmain.(none) <> | 2007-03-08 22:04:17 +0400 |
---|---|---|
committer | holyfoot/hf@hfmain.(none) <> | 2007-03-08 22:04:17 +0400 |
commit | cdcf3ec097d62fe3daf0ed7df90daa3c77172e4e (patch) | |
tree | a0686066351b8e7441c1b2937a6d675b4a2963fd /BUILD | |
parent | bb273143fcb736f4a2f63ff56b4980802eeb0041 (diff) | |
parent | 48d3e2c1bba6ea60d73fdf8241fea4770b18d09b (diff) | |
download | mariadb-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-x | BUILD/check-cpu | 4 |
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*) |