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
commitf4e88ce30cdc8ff930ff68fe744a5ec5a8f66117 (patch)
tree5739663a058b7d0800f12d7d930d00d86be8629e /BUILD
parent0b943b010f048c95b540b029959f76fdd881d325 (diff)
downloadmariadb-git-f4e88ce30cdc8ff930ff68fe744a5ec5a8f66117.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";