From: Jim Wilson Date: Fri, 30 Sep 1994 00:07:41 +0000 (+0000) Subject: (os): Accept coff as an OS. X-Git-Tag: Release-0-25~455 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ea63460a2e3beb2665501db2d9214aa079622b71;p=automake.git (os): Accept coff as an OS. --- diff --git a/config.sub b/config.sub index bc37d156..f2083668 100644 --- 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|'` diff --git a/lib/config.sub b/lib/config.sub index bc37d156..f2083668 100644 --- a/lib/config.sub +++ b/lib/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|'`