From: Jim Wilson Date: Fri, 30 Sep 1994 00:07:41 +0000 (-0700) Subject: (os): Accept coff as an OS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1128e255b1333eb5ca33d9a88056f6c51cebfae8;p=gcc.git (os): Accept coff as an OS. From-SVN: r8173 --- diff --git a/gcc/config.sub b/gcc/config.sub index bc37d156c3a..f2083668f95 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -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|'`