diff options
author | Richard Stallman <rms@gnu.org> | 1994-11-17 15:16:50 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1994-11-17 15:16:50 +0000 |
commit | 531e78ef6faef0f056304d6077e4e1c19850b43c (patch) | |
tree | 8c80a1ae3276feb1d623ea8a69e40fc0a820a90d /gcc/config.sub | |
parent | dd202606f5436e906df611afcafb9006c76ce56f (diff) | |
download | gcc-531e78ef6faef0f056304d6077e4e1c19850b43c.zip gcc-531e78ef6faef0f056304d6077e4e1c19850b43c.tar.gz gcc-531e78ef6faef0f056304d6077e4e1c19850b43c.tar.bz2 |
Accept -domain as OS, and make it default for Apollo.
From-SVN: r8476
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-x | gcc/config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index bf932cb..5259113 100755 --- a/gcc/config.sub +++ b/gcc/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 ;; |