diff options
author | Jim Wilson <wilson@tuliptree.org> | 2004-04-16 07:17:44 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2004-04-16 07:17:44 +0000 |
commit | 51860f0543dbd89b4131b6bb75c2984526eb71a4 (patch) | |
tree | 1219bad6b94af7df29659224864106b923e3f00f /ChangeLog | |
parent | fdc860a37ed026dce4455748cda5cf50ff680ec7 (diff) | |
download | gdb-51860f0543dbd89b4131b6bb75c2984526eb71a4.zip gdb-51860f0543dbd89b4131b6bb75c2984526eb71a4.tar.gz gdb-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |