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:
wbhart 2008-06-04 12:33:00 +00:00
parent 50e574aba9
commit 51afb1f77a

View File

@ -329,7 +329,7 @@ case $basic_machine in
| msp430-* \
| none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
| orion-* \
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
| pyramid-* \
| romp-* | rs6000-* \
@ -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
;;