* config.sub: Strip off patch suffix so rtl is recognized

as a sunos4.1.3 machine, even though it's been patched.
This commit is contained in:
Bill Cox 1994-05-25 16:23:13 +00:00
parent 8eb7b7c354
commit b28575936e
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
* config.sub: Strip off patch suffix so rtl is recognized
as a sunos4.1.3 machine, even though it's been patched.
Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
* Makefile.in (INSTALL_LAST): Delete.

11
config.sub vendored
View File

@ -120,7 +120,7 @@ case $os in
-isc*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
;;
-lynx)
-lynx*)
os=-lynxos
;;
-os9k)
@ -367,9 +367,6 @@ case $basic_machine in
basic_machine=z8k-zilog
os=-sim
;;
z8k) # CYGNUS LOCAL
basic_machine=z8k-zilog
;;
sun3)
basic_machine=m68k-sun
;;
@ -624,11 +621,9 @@ case $basic_machine in
;;
sparclitefrw) # CYGNUS LOCAL
basic_machine=sparclitefrw-fujitsu
os=-none
;;
sparclitefrwcompat) # CYGNUS LOCAL
basic_machine=sparclitefrwcompat-fujitsu
os=-none
;;
adobe68k) # CYGNUS LOCAL
basic_machine=m68010-adobe
@ -910,6 +905,10 @@ fi
# manufacturer. We pick the logical manufacturer.
vendor=unknown
case $basic_machine in
sparc-sun)
# Strip off Sun's patch-release suffix
os=`echo $os | sed 's/_U1$//'`
;;
*-unknown)
case $os in
-riscix*)