summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1994-06-15 07:40:43 +0000
committerDoug Evans <dje@gnu.org>1994-06-15 07:40:43 +0000
commitdca5f02866210dc27fe9981118ea942c79f61ff8 (patch)
treef7706012b267ef274957157c956340e8b3a1d670 /config.sub
parentfd3ff1ca2b1d5bafb67b1a538b99cf772c642a26 (diff)
downloademacs-dca5f02866210dc27fe9981118ea942c79f61ff8.tar.gz
* config.sub (sparc64): New cpu.
(aout, elf): New os's.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sub b/config.sub
index c572c9285dd..77382b2d31d 100755
--- a/config.sub
+++ b/config.sub
@@ -112,7 +112,7 @@ case $basic_machine in
tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
| alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
- | powerpc)
+ | powerpc | sparc64)
basic_machine=$basic_machine-unknown
;;
# Object if more than one company name word.
@@ -127,7 +127,7 @@ case $basic_machine in
| none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
| hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
| pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
- | sh-* | powerpc-*)
+ | sh-* | powerpc-* | sparc64-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
@@ -545,7 +545,7 @@ case $os in
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
- | -lynxos* | -bosx* | -ns* | -cxux*)
+ | -lynxos* | -bosx* | -ns* | -cxux* | -aout* | -elf*)
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`