summaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-01-31 19:18:19 +0000
committerIan Lance Taylor <ian@airs.com>1996-01-31 19:18:19 +0000
commit349f03db9c096cac7578a013c0846bfa1d7caa37 (patch)
tree738f532d75bc61da1232fdcd15800d7890431d05 /config.sub
parent66b935dacec7ebe6c5ba596d494ae6f6e357314e (diff)
downloadppe42-binutils-349f03db9c096cac7578a013c0846bfa1d7caa37.tar.gz
ppe42-binutils-349f03db9c096cac7578a013c0846bfa1d7caa37.zip
Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
* config.guess, config.sub: Recognize A/UX.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index b267a94607..3ee0056341 100755
--- a/config.sub
+++ b/config.sub
@@ -250,6 +250,10 @@ case $basic_machine in
arc-*)
;;
# end-sanitize-arc
+ aux)
+ basic_machine=m68k-apple
+ os=-aux
+ ;;
balance)
basic_machine=ns32k-sequent
os=-dynix
@@ -840,7 +844,7 @@ case $os in
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
- | -udi* | -eabi* | -lites* | -ieee* | -go32*)
+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
# CYGNUS LOCAL
@@ -1109,6 +1113,9 @@ case $basic_machine in
-vxworks*)
vendor=wrs
;;
+ -aux*)
+ vendor=apple
+ ;;
-hms*) # CYGNUS LOCAL
vendor=hitachi
;;
OpenPOWER on IntegriCloud