aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2004-04-16 07:17:44 +0000
committerJim Wilson <wilson@tuliptree.org>2004-04-16 07:17:44 +0000
commit51860f0543dbd89b4131b6bb75c2984526eb71a4 (patch)
tree1219bad6b94af7df29659224864106b923e3f00f /ChangeLog
parentfdc860a37ed026dce4455748cda5cf50ff680ec7 (diff)
downloadbinutils-51860f0543dbd89b4131b6bb75c2984526eb71a4.zip
binutils-51860f0543dbd89b4131b6bb75c2984526eb71a4.tar.gz
binutils-51860f0543dbd89b4131b6bb75c2984526eb71a4.tar.bz2
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 7bbd917..281c31f 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