aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-09-29 17:07:41 -0700
committerJim Wilson <wilson@gcc.gnu.org>1994-09-29 17:07:41 -0700
commit1128e255b1333eb5ca33d9a88056f6c51cebfae8 (patch)
treea1552d4fa37ac9eb769fe4484857e4dda066da6b
parentd18d5ca2bc7513077240f6d6a208dbc76def91cc (diff)
downloadgcc-1128e255b1333eb5ca33d9a88056f6c51cebfae8.zip
gcc-1128e255b1333eb5ca33d9a88056f6c51cebfae8.tar.gz
gcc-1128e255b1333eb5ca33d9a88056f6c51cebfae8.tar.bz2
(os): Accept coff as an OS.
From-SVN: r8173
-rwxr-xr-xgcc/config.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index bc37d15..f208366 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|'`