mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
Accept -domain as OS, and make it default for Apollo.
This commit is contained in:
parent
3bc436cf58
commit
fe80d0c758
5
config.sub
vendored
5
config.sub
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user