# HG changeset patch # User Richard M. Stallman # Date 785085410 0 # Node ID 6a72b1f71ee4d3850fda3a715278db61bd3fab1e # Parent 7f9ff47c2c9e66fcc090c26f5af2c0bd7be656c8 Accept -domain as OS, and make it default for Apollo. diff -r 7f9ff47c2c9e -r 6a72b1f71ee4 config.sub --- 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 ;;