mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* 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:
parent
8eb7b7c354
commit
b28575936e
@ -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
11
config.sub
vendored
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user