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
commit39aa8bed39d4864a2ecb47a7b01e906c9e5ff08a (patch)
treeeba44792a076382fc9255f7375ee08baa7f11d21 /config.sub
parentb2728f4bdef6c98089669447fcc4b04d133b1ef7 (diff)
downloademacs-39aa8bed39d4864a2ecb47a7b01e906c9e5ff08a.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|'`