From dc09b1077d0acd283afffd5eb09dda34b9f6ba95 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 12 Nov 2010 00:06:25 +0100 Subject: [PATCH] * config/bootstrap-lto: Use -flto. From-SVN: r166630 --- ChangeLog | 4 ++++ config/bootstrap-lto.mk | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3495aec8deb..1b9852b09da1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-11 Jan Hubicka + + * config/bootstrap-lto: Use -flto. + 2010-11-11 Andreas Simbuerger * configure.ac: Support official CLooG.org versions. diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 785d15f81c23..b30ac1a5fa30 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