summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorJim Wilson <wilson@gnu.org>1994-09-30 00:07:41 +0000
committerJim Wilson <wilson@gnu.org>1994-09-30 00:07:41 +0000
commit482ddc0ae70daaf7d7016ae6841d58220df547c9 (patch)
treee57ec660ec3f9e29e6544e93175792ec49539427 /config.sub
parent8fd7edc6c3666180650384735f4fc74ac145255b (diff)
downloademacs-482ddc0ae70daaf7d7016ae6841d58220df547c9.tar.gz
(os): Accept coff as an OS.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index bc37d156c3a..f2083668f95 100755
--- a/config.sub
+++ b/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|'`