aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-06-04 19:35:28 +0000
committerIan Lance Taylor <ian@airs.com>1993-06-04 19:35:28 +0000
commit6a132b6db922681ed5c23817f28a7c899bf18394 (patch)
treedd3c3f0f4e3042f382a0cced7c64c623215f1fa3
parent3ffdec446c265ed8c2d432253f4d27af0ddecf6b (diff)
downloadgdb-6a132b6db922681ed5c23817f28a7c899bf18394.zip
gdb-6a132b6db922681ed5c23817f28a7c899bf18394.tar.gz
gdb-6a132b6db922681ed5c23817f28a7c899bf18394.tar.bz2
* config.sub: Accept -ecoff*, not just -ecoff.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.sub2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5b38a1..c452829 100644
--- 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.
diff --git a/config.sub b/config.sub
index 4bc7c03..a65f621 100755
--- a/config.sub
+++ b/config.sub
@@ -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