Correctly recognize Intel Core2Duo Extreme
in build.
This commit is contained in:
parent
b3cb846680
commit
360b063d3f
@ -114,6 +114,10 @@ check_cpu () {
|
||||
*i386*i486*)
|
||||
cpu_arg="pentium-m";
|
||||
;;
|
||||
#Core 2 Duo
|
||||
*Intel*Core\(TM\)2*)
|
||||
cpu_arg="nocona";
|
||||
;;
|
||||
|
||||
# Intel ia64
|
||||
*Itanium*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user