(os): Accept coff as an OS.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 30 Sep 1994 00:07:41 +0000 (17:07 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 30 Sep 1994 00:07:41 +0000 (17:07 -0700)
From-SVN: r8173

gcc/config.sub

index bc37d156c3a29b44c9270dfdcdd79ce3559fa2fd..f2083668f95c7d72e75de08c3bc09486c85dd808 100755 (executable)
@@ -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|'`