* config.sub(Decode manufacturer-specific): add -none*.
authorStu Grossman <grossman@cygnus>
Sat, 18 Jan 1992 23:36:54 +0000 (23:36 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 18 Jan 1992 23:36:54 +0000 (23:36 +0000)
ChangeLog
config.sub

index 9e4d125..25731ba 100644 (file)
--- 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.
index bc4eac4..a49a285 100755 (executable)
@@ -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/[^-]*-//'`