summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBUILD/check-cpu5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu
index 9edde51402f..ee897bec05d 100755
--- a/BUILD/check-cpu
+++ b/BUILD/check-cpu
@@ -64,10 +64,11 @@ check_cpu () {
;;
# Intel ia32
- *X[eE][oO][nN]*)
+ *Intel*Core*|*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
+ # in that case it's a Xeon with EM64T support
+ # So is Intel Core.
if [ -z "$cpu_flag_lm" ]; then
cpu_arg="pentium4";
else