diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-06-04 19:35:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-06-04 19:35:28 +0000 |
commit | 6a132b6db922681ed5c23817f28a7c899bf18394 (patch) | |
tree | dd3c3f0f4e3042f382a0cced7c64c623215f1fa3 | |
parent | 3ffdec446c265ed8c2d432253f4d27af0ddecf6b (diff) | |
download | gdb-6a132b6db922681ed5c23817f28a7c899bf18394.zip gdb-6a132b6db922681ed5c23817f28a7c899bf18394.tar.gz gdb-6a132b6db922681ed5c23817f28a7c899bf18394.tar.bz2 |
* config.sub: Accept -ecoff*, not just -ecoff.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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 |