From c1e296fc1fc7a54bcdf40426a6e3be000396cb64 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Sat, 18 Jan 1992 23:36:54 +0000 Subject: [PATCH] * config.sub(Decode manufacturer-specific): add -none*. --- ChangeLog | 4 ++++ config.sub | 16 ++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e4d1256f1..25731ba94f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com) + + * config.sub(Decode manufacturer-specific): add -none*. + Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com) * Makefile.in: remove form feeds to make Sun's make happy. diff --git a/config.sub b/config.sub index bc4eac4251..a49a2853d2 100755 --- a/config.sub +++ b/config.sub @@ -404,8 +404,7 @@ case $basic_machine in ;; ultra3) basic_machine=a29k-nyu -# Is sym1 really a different system, or is it really sysv? -# os=-sym1 + os=-sym1 ;; vxworks960) basic_machine=i960-wrs @@ -437,6 +436,9 @@ case $basic_machine in sparc) basic_machine=sparc-sun ;; + fx2800) + basic_machine=i860-alliant + ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 @@ -453,8 +455,8 @@ case $os in # Each alternative must end in a *, to match a version number. -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \ | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \ - | -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* \ - | -amigados* | -msdos* \ + | -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \ + | -amigados* | -msdos* | -none* \ | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*) ;; # start-sanitize-v9 @@ -479,6 +481,12 @@ case $os in -ctix* | -irix* | -uts*) os=-sysv ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $1 | sed 's/[^-]*-//'` -- 2.34.1