aboutsummaryrefslogtreecommitdiff
path: root/config/bootstrap-lto.mk
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2010-09-01 11:47:41 +0000
committerAndi Kleen <ak@gcc.gnu.org>2010-09-01 11:47:41 +0000
commitc961549127e25a146e277c2c4b2c82cf35174fca (patch)
tree30347a2f0378c84efe6eba3473a36232a2cf9661 /config/bootstrap-lto.mk
parente34882831e29f2ca360bcab4ef51c82d894eaaca (diff)
downloadgcc-c961549127e25a146e277c2c4b2c82cf35174fca.zip
gcc-c961549127e25a146e277c2c4b2c82cf35174fca.tar.gz
gcc-c961549127e25a146e277c2c4b2c82cf35174fca.tar.bz2
bootstrap-lto.mk (STAGE2_CFLAGS, [...]): Change to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1.
2010-09-01 Andi Kleen <ak@linux.intel.com> * bootstrap-lto.mk (STAGE2_CFLAGS, STAGE3_CFLAGS): Change to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1. From-SVN: r163725
Diffstat (limited to 'config/bootstrap-lto.mk')
-rw-r--r--config/bootstrap-lto.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk
index 14099a0..785d15f 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