From: Andi Kleen Date: Wed, 1 Sep 2010 11:47:41 +0000 (+0000) Subject: bootstrap-lto.mk (STAGE2_CFLAGS, [...]): Change to -fwhopr=jobserver -fuse-linker... X-Git-Tag: releases/gcc-4.6.0~4739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c961549127e25a146e277c2c4b2c82cf35174fca;p=thirdparty%2Fgcc.git bootstrap-lto.mk (STAGE2_CFLAGS, [...]): Change to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1. 2010-09-01 Andi Kleen * bootstrap-lto.mk (STAGE2_CFLAGS, STAGE3_CFLAGS): Change to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1. From-SVN: r163725 --- diff --git a/config/ChangeLog b/config/ChangeLog index 22a36414fc33..40e51f152122 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2010-09-01 Andi Kleen + + * bootstrap-lto.mk (STAGE2_CFLAGS, STAGE3_CFLAGS): Change + to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1. + 2010-08-21 Ralf Wildenhues PR target/45084 diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 14099a08b8d7..785d15f81c23 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 += -flto -STAGE3_CFLAGS += -flto +STAGE2_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1 +STAGE3_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1 # Ada fails to build with LTO, turn it off for now. BOOT_ADAFLAGS += -fno-lto