]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config.sub: Accept -ecoff*, not just -ecoff.
authorIan Lance Taylor <ian@airs.com>
Fri, 4 Jun 1993 19:35:28 +0000 (19:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 4 Jun 1993 19:35:28 +0000 (19:35 +0000)
ChangeLog
config.sub

index e5b38a1392e7af78fa44369c080882799ab00dd4..c4528296fc82013dad62fd3d12b145524288d02f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4bc7c0389b6e6152ac343cf238372ce5c5810632..a65f62171a3af85efa7972ed0583240820c99fd9 100755 (executable)
@@ -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