From f9591cc0c9f0e637e29447e869ac193f0eb992f5 Mon Sep 17 00:00:00 2001 From: hubicka Date: Sun, 9 Jan 2011 14:34:41 +0000 Subject: PR lto/47225 * Makefile.in: Regenerate. * Makefile.def (lto-plugin): Always pass enable-shared to the plugin configure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168612 138bc75d-0d04-0410-961f-82ee72b054a4 --- Makefile.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.def') diff --git a/Makefile.def b/Makefile.def index c563020bdda..50bf767b533 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; -- cgit v1.2.1