Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@redhat.com>2004-04-16 11:17:44 +0400
committerJim Wilson <wilson@redhat.com>2004-04-16 11:17:44 +0400
commite2c248c18bcfa7ceed603f92bc8085c7e1bd10b0 (patch)
treec66ed8aaa4d1464e77f41828237c96e7b3e28da5 /ChangeLog
parent4be0ce3219a1611851a33a2a1d60751a72c6f406 (diff)
Fix LDFLAGS related configure errors.
* Makefile.tpl (configure-[+module+], configure-gcc, configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc): Set and export LDFLAGS. * Makefile.in: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bbd91786..281c31f9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-15 James E Wilson <wilson@specifixinc.com>
+
+ * Makefile.tpl (configure-[+module+], configure-gcc,
+ configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
+ Set and export LDFLAGS.
+ * Makefile.in: Regenerate.
+
2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
PR bootstrap/14871