diff options
author | Jim Wilson <wilson@gnu.org> | 1994-09-30 00:07:41 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gnu.org> | 1994-09-30 00:07:41 +0000 |
commit | 39aa8bed39d4864a2ecb47a7b01e906c9e5ff08a (patch) | |
tree | eba44792a076382fc9255f7375ee08baa7f11d21 /config.sub | |
parent | b2728f4bdef6c98089669447fcc4b04d133b1ef7 (diff) | |
download | emacs-39aa8bed39d4864a2ecb47a7b01e906c9e5ff08a.tar.gz |
(os): Accept coff as an OS.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
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|'` |