Mercurial > emacs
changeset 9990:6a72b1f71ee4
Accept -domain as OS, and make it default for Apollo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Nov 1994 15:16:50 +0000 |
parents | 7f9ff47c2c9e |
children | 8deb32278622 |
files | config.sub |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.sub Thu Nov 17 15:13:43 1994 +0000 +++ b/config.sub Thu Nov 17 15:16:50 1994 +0000 @@ -587,7 +587,7 @@ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ - | -ptx* | -coff* | -winnt*) + | -ptx* | -coff* | -winnt* | -domain* ) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` @@ -665,6 +665,9 @@ *-dec | vax-*) os=-ultrix4.2 ;; + m68*-apollo) + os=-domain + ;; i386-sun) os=-sunos4.0.2 ;;