summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2008-06-08 16:19:22 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2008-06-08 16:19:22 +0000
commit2c9c0bf77376404fbc80359c9ec39626f5238959 (patch)
treea135961eac1fe288440cf0c6ecad9d5abeafa1d6 /config/ChangeLog
parentf19de48d0f77069ddcd9e5675f1b1e3af740fd9b (diff)
downloadgdb-2c9c0bf77376404fbc80359c9ec39626f5238959.tar.gz
* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
* Makefile.tpl (EXTRA_BUILD_FLAGS): Define. (all prefix="build-"): Pass them to build-system sub-makes. * Makefile.in: Regenerate. config: * config/mh-mingw (LDFLAGS): Define.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index f7548c3fafd..55d74f668a1 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-08 Joseph Myers <joseph@codesourcery.com>
+
+ PR tree-optimization/36218
+ * config/mh-mingw (LDFLAGS): Define.
+
2008-06-05 Danny Smith <dannysmith@users.sourceforge.net>
PR driver/35916