* config.sub: Accept -ecoff*, not just -ecoff.

This commit is contained in:
Ian Lance Taylor 1993-06-04 19:35:28 +00:00
parent 3ffdec446c
commit 6a132b6db9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
* config.sub: Accept -ecoff*, not just -ecoff.
Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
* Makefile.in (taz): Use .gz suffix instead of .z.

2
config.sub vendored
View File

@ -644,7 +644,7 @@ case $os in
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -go32 | -sim | -es1800* | -udi | -hms* | -xray \
| -os68k* | -none* | -v88r* | -aout | -coff | -elf | -bosx* \
| -ecoff | -lynx )
| -ecoff* | -lynx )
# The last three lines above are CYGNUS LOCAL
;;
# start-sanitize-v9