diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-09 14:34:41 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-09 14:34:41 +0000 |
commit | f9591cc0c9f0e637e29447e869ac193f0eb992f5 (patch) | |
tree | 5d7707f81de89642873984ab06cf890d7b774dd6 /Makefile.def | |
parent | bbcdd32763124d307512585ce272d61b7bfeddd6 (diff) | |
download | gcc-f9591cc0c9f0e637e29447e869ac193f0eb992f5.tar.gz |
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
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 3 |
1 files changed, 2 insertions, 1 deletions
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; |