From 48ac185397f0f9135c0531ba0086f44f4882047e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 13 Dec 1995 21:45:07 +0000 Subject: [PATCH] * config.sub: Accept *-*-ieee*. --- ChangeLog | 4 ++++ config.sub | 42 ++++++++++++++++++++++++------------------ 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb7c384cc94..e7858f42a4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 13 16:43:51 1995 Ian Lance Taylor + + * config.sub: Accept *-*-ieee*. + Tue Dec 12 11:52:57 1995 Ian Lance Taylor * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From diff --git a/config.sub b/config.sub index ae7660ff5ba..70170744c10 100755 --- a/config.sub +++ b/config.sub @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -154,6 +154,9 @@ case $basic_machine in m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL basic_machine=$basic_machine-unknown ;; + mips64vr4300 | mips64vr4300el) # CYGNUS LOCAL jsmith + basic_machine=$basic_machine-unknown + ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 @@ -171,6 +174,8 @@ case $basic_machine in ;; m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-*) # CYGNUS LOCAL ;; + mips64vr4300-* | mips64vr4300el-*) # CYGNUS LOCAL jsmith + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) # CYGNUS LOCAL @@ -225,7 +230,7 @@ case $basic_machine in os=-bsd ;; arm | armel | armeb) - basic_machine = arm-arm + basic_machine=arm-arm os=-aout ;; # start-sanitize-arc @@ -427,6 +432,13 @@ case $basic_machine in basic_machine=m68k-isi os=-sysv ;; +# start-sanitize-jaguar + jaguar) + basic_machine=jaguar-unknown + ;; + jaguar-*) + ;; +# end-sanitize-jaguar m88k-omron*) basic_machine=m88k-omron ;; @@ -716,7 +728,7 @@ case $basic_machine in xps | xps100) basic_machine=xps100-honeywell ;; - z8ksim) # CYGNUS LOCAL + z8k-*-coff) # CYGNUS LOCAL basic_machine=z8k-unknown os=-sim ;; @@ -766,11 +778,11 @@ case $basic_machine in orion105) basic_machine=clipper-highlevel ;; - mac) # CYGNUS LOCAL + mac | mpw | mac-mpw) # CYGNUS LOCAL basic_machine=m68k-apple ;; - mpw) # CYGNUS LOCAL - basic_machine=m68k-apple + pmac | pmac-mpw) # CYGNUS LOCAL + basic_machine=powerpc-apple ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 @@ -812,7 +824,7 @@ case $os in # The portable systems comes first. # Each alternative must end in a *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + -gnu* | -bsd* | -mach* | -lites* | -minix* | -genix* | -ultrix* | -irix* \ | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigados* | -msdos* | -moss* | -newsos* | -unicos* | -aos* \ @@ -820,23 +832,17 @@ case $os in | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* | -lites* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi) + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi \ + | -eabi* | -ieee*) ;; # CYGNUS LOCAL -go32 | -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -proelf | -os9*) - ;; - -macos*) # CYGNUS LOCAL + | -windows* | -osx | -abug | -netware* | -proelf | -os9* \ + | -macos* | -mpw* | -magic* | -pe* | -win32) ;; -mac*) # CYGNUS LOCAL os=`echo $os | sed -e 's|mac|macos|'` ;; - -mpw*) # CYGNUS LOCAL - ;; - -pe*) - ;; - -win32) - ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; @@ -1029,7 +1035,7 @@ case $basic_machine in os=-coff ;; *-apple) # CYGNUS LOCAL - os=-macos7 + os=-macos ;; *) os=-none -- 2.30.2