]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
ChangeLog:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Feb 2011 12:02:24 +0000 (12:02 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Feb 2011 12:02:24 +0000 (12:02 +0000)
commit98de52623f0f498542552dc1fb11bed5f2251597
tree8bcfb9dcec7e48ff47e67ef09881b7425eafa407
parent5886e9ab77a758fcd5dd5e9040078dd38c823ba5
ChangeLog:
PR lto/47225
* Makefile.def (lto-plugin): Double dash for enable-shared.
(configure-gcc): Depend on all-lto-plugin.
* Makefile.in: Rebuilt.
lto-plugin/ChangeLog:
PR lto/47225
* Makefile.am (gcc_build_dir, in_gcc_libs): New.
(liblto_plugin_la_LDFLAGS): Add -module.
(copy_lto_plugin): Renamed to...
($(in_gcc_libs)): ... this.  Add mkinstalldirs.  Skip copying
of static modules.
* Makefile.in: Rebuild.
gcc/ChangeLog:
PR lto/47225
* configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
in the current directory.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170070 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
Makefile.def
Makefile.in
gcc/ChangeLog
gcc/configure
gcc/configure.ac
lto-plugin/ChangeLog
lto-plugin/Makefile.am
lto-plugin/Makefile.in