Commit d52d8c9c by Ian Lance Taylor

Add support for A/UX

From-SVN: r11142
parent ceb30baa
...@@ -194,6 +194,10 @@ case $basic_machine in ...@@ -194,6 +194,10 @@ case $basic_machine in
basic_machine=m68k-apollo basic_machine=m68k-apollo
os=-sysv os=-sysv
;; ;;
aux)
basic_machine=m68k-apple
os=-aux
;;
balance) balance)
basic_machine=ns32k-sequent basic_machine=ns32k-sequent
os=-dynix os=-dynix
...@@ -649,7 +653,7 @@ case $os in ...@@ -649,7 +653,7 @@ case $os in
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -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. # Remember, each alternative MUST END IN *, to match a version number.
;; ;;
-sunos5*) -sunos5*)
...@@ -873,6 +877,8 @@ case $basic_machine in ...@@ -873,6 +877,8 @@ case $basic_machine in
-vxworks*) -vxworks*)
vendor=wrs vendor=wrs
;; ;;
-aux*)
vendor=apple
esac esac
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment