Commit a0684ef2 authored by unknown's avatar unknown

Correctly recognize Intel Core2Duo Extreme

in build.


BUILD/check-cpu:
  Correctly recognize Intel Core2Duo Extreme.
parent 3a520a78
...@@ -114,6 +114,10 @@ check_cpu () { ...@@ -114,6 +114,10 @@ check_cpu () {
*i386*i486*) *i386*i486*)
cpu_arg="pentium-m"; cpu_arg="pentium-m";
;; ;;
#Core 2 Duo
*Intel*Core\(TM\)2*)
cpu_arg="nocona";
;;
# Intel ia64 # Intel ia64
*Itanium*) *Itanium*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment