* config.sub (sparc64-elf): Fix os.

This commit is contained in:
David Edelsohn 1994-04-16 19:19:24 +00:00
parent 09ed366671
commit aa6db78180
2 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
* config.sub (sparc64-elf): Fix os.
Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not

20
config.sub vendored
View File

@ -77,7 +77,7 @@ case $os in
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-sim) # CYGNUS LOCAL -sim | -cisco) # CYGNUS LOCAL
os= os=
basic_machine=$1 basic_machine=$1
;; ;;
@ -92,7 +92,7 @@ case $os in
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
;; ;;
-hiux*) -hiux*)
os=hiuxwe2 os=-hiuxwe2
;; ;;
-sco4) -sco4)
os=-sco3.2v4 os=-sco3.2v4
@ -123,6 +123,12 @@ case $os in
-lynx) -lynx)
os=-lynxos os=-lynxos
;; ;;
-os9k)
os=-os9k
;;
-os9)
os=-os9
;;
esac esac
# Decode aliases for certain CPU-COMPANY combinations. # Decode aliases for certain CPU-COMPANY combinations.
@ -160,7 +166,7 @@ case $basic_machine in
# start-sanitize-v9 # start-sanitize-v9
sparc64) # CYGNUS LOCAL sparc64) # CYGNUS LOCAL
basic_machine=sparc64-sun basic_machine=sparc64-sun
os=-elf64i64p os=-elf
;; ;;
sparc64-*) # CYGNUS LOCAL sparc64-*) # CYGNUS LOCAL
;; ;;
@ -717,7 +723,7 @@ case $os in
| -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos* \ | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos* \
| -go32 | -vsta | -sim | -es1800* | -udi | -hms* | -xray | -hds* \ | -go32 | -vsta | -sim | -es1800* | -udi | -hms* | -xray | -hds* \
| -os68k* | -none* | -v88r* | -aout* | -coff | -elf* | -bosx* \ | -os68k* | -none* | -v88r* | -aout* | -coff | -elf* | -bosx* \
| -abug | -ecoff* | -netware* ) | -abug | -ecoff* | -netware* | -os9* )
# The last three lines above are CYGNUS LOCAL # The last three lines above are CYGNUS LOCAL
;; ;;
-sunos5*) -sunos5*)
@ -814,6 +820,12 @@ case $basic_machine in
# default. # default.
# os=-sunos4 # os=-sunos4
;; ;;
m68*-cisco)
os=-aout
;;
mips*-cisco)
os=-elf
;;
*-tti) # must be before sparc entry or we get the wrong os. *-tti) # must be before sparc entry or we get the wrong os.
os=-sysv3 os=-sysv3
;; ;;