* config.sub(Decode manufacturer-specific): add -none*.

This commit is contained in:
Stu Grossman 1992-01-18 23:36:54 +00:00
parent 23e3e7f949
commit c1e296fc1f
2 changed files with 16 additions and 4 deletions

View File

@ -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.

16
config.sub vendored
View File

@ -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/[^-]*-//'`