Commit 1128e255 by Jim Wilson

(os): Accept coff as an OS.

From-SVN: r8173
parent d18d5ca2
......@@ -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|'`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment