diff options
author | Jan Hubicka <jh@suse.cz> | 2011-09-12 12:46:20 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-12 12:47:12 +0200 |
commit | 473ba86d1307bccc2d5e22dcc360df75011bc2bc (patch) | |
tree | 4bef14541dd6dbb1f5803357a297de8e7a01fffc /solenv | |
parent | 731a562f54b9e39ca2b49160f4f463eb1f6b5dd7 (diff) |
fix link time optimisation flags to use linker plugin & optimisation
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/unxgcc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk index 5c71bd44989e..362b378fee7e 100644 --- a/solenv/gbuild/platform/unxgcc.mk +++ b/solenv/gbuild/platform/unxgcc.mk @@ -126,6 +126,7 @@ endif ifeq ($(ENABLE_LTO),TRUE) gb_Library_LTOFLAGS := -flto +gb_LinkTarget_LDFLAGS += -fuse-linker-plugin $(gb_COMPILERDEFAULTOPTFLAGS) endif ifneq ($(strip $(SYSBASE)),) |