aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1994-04-16 19:19:24 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1994-04-16 19:19:24 +0000
commitaa6db7818034d13da636a7607ca0ce9502a31e6c (patch)
tree02cffb6114dbd22efdc151073642df030741b0fa /config.sub
parent09ed36667183ce5473548300c6f4ec3d705e6cb5 (diff)
downloadfsf-binutils-gdb-aa6db7818034d13da636a7607ca0ce9502a31e6c.zip
fsf-binutils-gdb-aa6db7818034d13da636a7607ca0ce9502a31e6c.tar.gz
fsf-binutils-gdb-aa6db7818034d13da636a7607ca0ce9502a31e6c.tar.bz2
* config.sub (sparc64-elf): Fix os.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub20
1 files changed, 16 insertions, 4 deletions
diff --git a/config.sub b/config.sub
index fc36623..ebf934a 100755
--- a/config.sub
+++ b/config.sub
@@ -77,7 +77,7 @@ case $os in
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
- -sim) # CYGNUS LOCAL
+ -sim | -cisco) # CYGNUS LOCAL
os=
basic_machine=$1
;;
@@ -92,7 +92,7 @@ case $os in
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
;;
-hiux*)
- os=hiuxwe2
+ os=-hiuxwe2
;;
-sco4)
os=-sco3.2v4
@@ -123,6 +123,12 @@ case $os in
-lynx)
os=-lynxos
;;
+ -os9k)
+ os=-os9k
+ ;;
+ -os9)
+ os=-os9
+ ;;
esac
# Decode aliases for certain CPU-COMPANY combinations.
@@ -160,7 +166,7 @@ case $basic_machine in
# start-sanitize-v9
sparc64) # CYGNUS LOCAL
basic_machine=sparc64-sun
- os=-elf64i64p
+ os=-elf
;;
sparc64-*) # CYGNUS LOCAL
;;
@@ -717,7 +723,7 @@ case $os in
| -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos* \
| -go32 | -vsta | -sim | -es1800* | -udi | -hms* | -xray | -hds* \
| -os68k* | -none* | -v88r* | -aout* | -coff | -elf* | -bosx* \
- | -abug | -ecoff* | -netware* )
+ | -abug | -ecoff* | -netware* | -os9* )
# The last three lines above are CYGNUS LOCAL
;;
-sunos5*)
@@ -814,6 +820,12 @@ case $basic_machine in
# default.
# os=-sunos4
;;
+ m68*-cisco)
+ os=-aout
+ ;;
+ mips*-cisco)
+ os=-elf
+ ;;
*-tti) # must be before sparc entry or we get the wrong os.
os=-sysv3
;;