re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc:...
re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found") 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. From-SVN: r170070
Showing
- ChangeLog 7 additions, 0 deletionsChangeLog
- Makefile.def 2 additions, 2 deletionsMakefile.def
- Makefile.in 15 additions, 15 deletionsMakefile.in
- gcc/ChangeLog 7 additions, 0 deletionsgcc/ChangeLog
- gcc/configure 1 addition, 1 deletiongcc/configure
- gcc/configure.ac 1 addition, 1 deletiongcc/configure.ac
- lto-plugin/ChangeLog 10 additions, 0 deletionslto-plugin/ChangeLog
- lto-plugin/Makefile.am 11 additions, 5 deletionslto-plugin/Makefile.am
- lto-plugin/Makefile.in 11 additions, 4 deletionslto-plugin/Makefile.in
Loading
Please register or sign in to comment