From: Richard M. Stallman Date: Thu, 17 Nov 1994 15:16:50 +0000 (+0000) Subject: Accept -domain as OS, and make it default for Apollo. X-Git-Tag: emacs-19.34~5865 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9f32bf3e1eb1aabb815c5a285f3c10f7b3acdac;p=emacs.git Accept -domain as OS, and make it default for Apollo. --- diff --git a/config.sub b/config.sub index bf932cb9dd7..5259113ca90 100755 --- a/config.sub +++ b/config.sub @@ -587,7 +587,7 @@ case $os in | -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 @@ case $basic_machine in *-dec | vax-*) os=-ultrix4.2 ;; + m68*-apollo) + os=-domain + ;; i386-sun) os=-sunos4.0.2 ;;