diff options
author | Jan Hubicka <jh@suse.cz> | 2010-11-12 00:06:25 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2010-11-11 23:06:25 +0000 |
commit | dc09b1077d0acd283afffd5eb09dda34b9f6ba95 (patch) | |
tree | 6fa539e495eeb614cf1b879df23b9229d97c213e /config | |
parent | 58ebaaf1882529ce8acf12add37e4df66d876f3e (diff) | |
download | gcc-dc09b1077d0acd283afffd5eb09dda34b9f6ba95.tar.gz |
* config/bootstrap-lto: Use -flto.
From-SVN: r166630
Diffstat (limited to 'config')
-rw-r--r-- | config/bootstrap-lto.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 785d15f81c2..b30ac1a5fa3 100644 --- a/config/bootstrap-lto.mk +++ b/config/bootstrap-lto.mk @@ -1,8 +1,8 @@ # This option enables LTO for stage2 and stage3. It requires lto to # be enabled for stage1 with --enable-stage1-languages. -STAGE2_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1 -STAGE3_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1 +STAGE2_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1 +STAGE3_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1 # Ada fails to build with LTO, turn it off for now. BOOT_ADAFLAGS += -fno-lto |