aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2011-01-09 15:34:41 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2011-01-09 14:34:41 +0000
commit03ebe6c3b3e607ee0d66b0048fc1f9226efc7f77 (patch)
tree5d7707f81de89642873984ab06cf890d7b774dd6 /Makefile.def
parent0c5d770e3b46be27a9ba00351fdadc75ff97f10e (diff)
downloadgcc-03ebe6c3b3e607ee0d66b0048fc1f9226efc7f77.zip
gcc-03ebe6c3b3e607ee0d66b0048fc1f9226efc7f77.tar.gz
gcc-03ebe6c3b3e607ee0d66b0048fc1f9226efc7f77.tar.bz2
re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found")
PR lto/47225 * Makefile.in: Regenerate. * Makefile.def (lto-plugin): Always pass enable-shared to the plugin configure. From-SVN: r168612
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index c563020..50bf767 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -145,7 +145,8 @@ host_modules= { module= libtermcap; no_check=true;
missing=maintainer-clean; };
host_modules= { module= utils; no_check=true; };
host_modules= { module= gnattools; };
-host_modules= { module= lto-plugin; bootstrap=true; };
+host_modules= { module= lto-plugin; bootstrap=true;
+ extra_configure_flags=-enable-shared; };
target_modules = { module= libstdc++-v3;
bootstrap=true;