diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2014-03-17 13:04:12 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2014-03-17 13:04:12 +0000 |
commit | 5523efdf24d43022082ccf103f11f144a0ff9548 (patch) | |
tree | 626559d0621b33815066f7502d9d6b5fea1ef2cd /lto-plugin/ChangeLog | |
parent | 8692ae102d861f3e0c3fd5ebc09be4000acd07b4 (diff) | |
download | gcc-5523efdf24d43022082ccf103f11f144a0ff9548.tar.gz |
Fix Solaris bootstrap with GNU ld/LTO
* configure.ac (ac_lto_plugin_ldflags): Set to -Wc,-static-libgcc
for gcc.
* configure: Regenerate.
* Makefile.am (AM_LDFLAGS): New variable.
(liblto_plugin_la_LDFLAGS): Add it.
* Makefile.in: Regenerate.
From-SVN: r208614
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 09fcbb8e66e..73688cd1cfc 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,12 @@ +2014-03-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * configure.ac (ac_lto_plugin_ldflags): Set to -Wc,-static-libgcc + for gcc. + * configure: Regenerate. + * Makefile.am (AM_LDFLAGS): New variable. + (liblto_plugin_la_LDFLAGS): Add it. + * Makefile.in: Regenerate. + 2013-09-20 Alan Modra <amodra@gmail.com> * configure: Regenerate. |