summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-05-10 17:51:29 +0200
committerunknown <msvensson@neptunus.(none)>2005-05-10 17:51:29 +0200
commit4c2265b0aeedceb8407f2e06f4d949a711b4f534 (patch)
tree5739663a058b7d0800f12d7d930d00d86be8629e /BUILD
parentd7e49743e731f47fc0581bd004e74d8c20bb8931 (diff)
downloadmariadb-git-4c2265b0aeedceb8407f2e06f4d949a711b4f534.tar.gz
Fix for Ingo
BUILD/check-cpu: Set old_flag to pentium
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/check-cpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu
index 3cce4b1ab3d..7619224314b 100755
--- a/BUILD/check-cpu
+++ b/BUILD/check-cpu
@@ -57,6 +57,7 @@ case "$cpu_family--$model_name" in
;;
*Pentium*M*pro*)
cpu_flag="pentium-m";
+ cpu_flag_old="pentium";
;;
*Athlon*64*)
cpu_flag="athlon64";