summaryrefslogtreecommitdiff
path: root/config/bootstrap-lto.mk
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-09-06 15:46:08 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-09-06 15:46:08 +0000
commit7696d299cfda2989a7f1433a78177e76c790598d (patch)
treec4ea0415d8a3ccc29adec71e27924d5128fdff5f /config/bootstrap-lto.mk
parentcc41ac37eb8ed6f04c33ec58106bbfd650aea076 (diff)
downloadgdb-7696d299cfda2989a7f1433a78177e76c790598d.tar.gz
Sync bootstrap-lto.mk and dfp.m4 with gcc.
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 14099a08b8d..785d15f81c2 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