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 | |
parent | 58ebaaf1882529ce8acf12add37e4df66d876f3e (diff) | |
download | gcc-dc09b1077d0acd283afffd5eb09dda34b9f6ba95.zip gcc-dc09b1077d0acd283afffd5eb09dda34b9f6ba95.tar.gz gcc-dc09b1077d0acd283afffd5eb09dda34b9f6ba95.tar.bz2 |
* config/bootstrap-lto: Use -flto.
From-SVN: r166630
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | config/bootstrap-lto.mk | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2010-11-11 Jan Hubicka <jh@suse.cz> + + * config/bootstrap-lto: Use -flto. + 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de> * configure.ac: Support official CLooG.org versions. diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 785d15f..b30ac1a 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 |