From 51afb1f77a0318cdc018581b9f7f0e42bca1b3eb Mon Sep 17 00:00:00 2001 From: wbhart Date: Wed, 4 Jun 2008 12:33:00 +0000 Subject: [PATCH] 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. --- configfsf.sub | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configfsf.sub b/configfsf.sub index c30daeb6..58530760 100644 --- a/configfsf.sub +++ b/configfsf.sub @@ -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 ;;