diff options
author | unknown <msvensson@neptunus.(none)> | 2005-05-10 17:51:29 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-05-10 17:51:29 +0200 |
commit | f4e88ce30cdc8ff930ff68fe744a5ec5a8f66117 (patch) | |
tree | 5739663a058b7d0800f12d7d930d00d86be8629e /BUILD | |
parent | 0b943b010f048c95b540b029959f76fdd881d325 (diff) | |
download | mariadb-git-f4e88ce30cdc8ff930ff68fe744a5ec5a8f66117.tar.gz |
Fix for Ingo
BUILD/check-cpu:
Set old_flag to pentium
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/check-cpu | 1 |
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"; |