Added support for the pentiumD. Basically it is now recognised as some kind
of i787 and thus uses the Pentium 4 assembly files, including mmx and sse2.
This commit is contained in:
parent
50e574aba9
commit
51afb1f77a
@ -811,6 +811,10 @@ case $basic_machine in
|
||||
pentium4-*)
|
||||
basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||
;;
|
||||
pentiumD-*)
|
||||
basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||
;;
|
||||
|
||||
pn)
|
||||
basic_machine=pn-gould
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user