Commit 531e78ef by Richard Stallman

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

From-SVN: r8476
parent dd202606
...@@ -587,7 +587,7 @@ case $os in ...@@ -587,7 +587,7 @@ case $os in
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -winnt*) | -ptx* | -coff* | -winnt* | -domain* )
;; ;;
-sunos5*) -sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'` os=`echo $os | sed -e 's|sunos5|solaris2|'`
...@@ -665,6 +665,9 @@ case $basic_machine in ...@@ -665,6 +665,9 @@ case $basic_machine in
*-dec | vax-*) *-dec | vax-*)
os=-ultrix4.2 os=-ultrix4.2
;; ;;
m68*-apollo)
os=-domain
;;
i386-sun) i386-sun)
os=-sunos4.0.2 os=-sunos4.0.2
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment