summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-05-09 21:59:03 +0200
committerunknown <msvensson@neptunus.(none)>2005-05-09 21:59:03 +0200
commitd03e4637b6e94d189313200830179f1cab1e94cf (patch)
treeb7390e00c3b1786fbb26bd76d61bf16c4d6534e2 /BUILD
parentb7b8537a598a6ef69bd33f2217e052a7f4005293 (diff)
downloadmariadb-git-d03e4637b6e94d189313200830179f1cab1e94cf.tar.gz
Add compiler settings for Pentium M
BUILD/check-cpu: Pentium M
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/check-cpu3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu
index dfdf96d6b29..3cce4b1ab3d 100755
--- a/BUILD/check-cpu
+++ b/BUILD/check-cpu
@@ -55,6 +55,9 @@ case "$cpu_family--$model_name" in
*Pentium*III*CPU*)
cpu_flag="pentium3";
;;
+ *Pentium*M*pro*)
+ cpu_flag="pentium-m";
+ ;;
*Athlon*64*)
cpu_flag="athlon64";
cpu_flag_old="athlon";