Mercurial > emacs
changeset 14448:c56d97e1ece4 libc-960201 libc-960202
Add support for A/UX
author | Ian Lance Taylor <ian@cygnus.com> |
---|---|
date | Wed, 31 Jan 1996 19:14:05 +0000 |
parents | 8cd3d7f17232 |
children | ac2720f17eb7 |
files | config.sub |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.sub Wed Jan 31 19:10:52 1996 +0000 +++ b/config.sub Wed Jan 31 19:14:05 1996 +0000 @@ -194,6 +194,10 @@ basic_machine=m68k-apollo os=-sysv ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; balance) basic_machine=ns32k-sequent os=-dynix @@ -649,7 +653,7 @@ | -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. ;; -sunos5*) @@ -873,6 +877,8 @@ -vxworks*) vendor=wrs ;; + -aux*) + vendor=apple esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;;