diff options
author | unknown <msvensson@neptunus.(none)> | 2005-05-09 21:59:03 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-05-09 21:59:03 +0200 |
commit | bd80338e833d75209e0c6d705f6cf629af14d2a8 (patch) | |
tree | b7390e00c3b1786fbb26bd76d61bf16c4d6534e2 /BUILD | |
parent | 8c58ec3c370f6e592a94b3a359c70ecb0532f09c (diff) | |
download | mariadb-git-bd80338e833d75209e0c6d705f6cf629af14d2a8.tar.gz |
Add compiler settings for Pentium M
BUILD/check-cpu:
Pentium M
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/check-cpu | 3 |
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"; |