OSDN Git Service

* config/bootstrap-lto: Use -flto.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2010 23:06:25 +0000 (23:06 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2010 23:06:25 +0000 (23:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166630 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config/bootstrap-lto.mk

index e3495ae..1b9852b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
 
        * configure.ac: Support official CLooG.org versions.
index 785d15f..b30ac1a 100644 (file)
@@ -1,8 +1,8 @@
 # This option enables LTO for stage2 and stage3.  It requires lto to
 # be enabled for stage1 with --enable-stage1-languages.
 
 # 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
 
 # Ada fails to build with LTO, turn it off for now.
 BOOT_ADAFLAGS += -fno-lto