Accept -domain as OS, and make it default for Apollo.

From-SVN: r8476
This commit is contained in:
Richard Stallman 1994-11-17 15:16:50 +00:00
parent dd202606f5
commit 531e78ef6f
1 changed files with 4 additions and 1 deletions

5
gcc/config.sub vendored
View File

@ -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
;;