diff options
author | vtkachenko@quadxeon.mysql.com <> | 2005-11-30 09:57:40 +0100 |
---|---|---|
committer | vtkachenko@quadxeon.mysql.com <> | 2005-11-30 09:57:40 +0100 |
commit | 5ad6b9b4f315da89a114b5d8398b8b98507b608e (patch) | |
tree | 2fcb627e958771da372d066f8e656c2d132ae76c /BUILD | |
parent | 0c8d6418789759f6ae93464f0a86028a53a65657 (diff) | |
download | mariadb-git-5ad6b9b4f315da89a114b5d8398b8b98507b608e.tar.gz |
check-cpu:
Add XEON detection (fix)
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/check-cpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu index dc894c91cbd..583e31ee389 100755 --- a/BUILD/check-cpu +++ b/BUILD/check-cpu @@ -59,7 +59,7 @@ case "$cpu_family--$model_name" in ;; # Intel ia32 - *Xeon*) + *X[eE][oO][nN]*) # a Xeon is just another pentium4 ... # ... unless it has the "lm" (long-mode) flag set, # in that case it's a Xeon with EM64T support |