(os): Accept coff as an OS.

From-SVN: r8173
This commit is contained in:
Jim Wilson 1994-09-29 17:07:41 -07:00
parent d18d5ca2bc
commit 1128e255b1

2
gcc/config.sub vendored
View File

@ -566,7 +566,7 @@ case $os in
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx*)
| -ptx* | -coff*)
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`