summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <vtkachenko@quadxeon.mysql.com>2005-11-30 09:57:40 +0100
committerunknown <vtkachenko@quadxeon.mysql.com>2005-11-30 09:57:40 +0100
commitfc289724bba5f689dbe46666a70866ee0d297777 (patch)
tree2fcb627e958771da372d066f8e656c2d132ae76c /BUILD
parent9d04ab0e843f9e832593f91f7d1fe907ddfc5fba (diff)
downloadmariadb-git-fc289724bba5f689dbe46666a70866ee0d297777.tar.gz
check-cpu:
Add XEON detection (fix) BUILD/check-cpu: Add XEON detection (fix)
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/check-cpu2
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