Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-09-06 19:46:09 +0400
committerH.J. Lu <hjl.tools@gmail.com>2010-09-06 19:46:09 +0400
commitf965b5b6a3fdb147886f9190170cb71910642613 (patch)
tree67f13aa453a319e018cec8a27201e93c1c5c6470 /config/bootstrap-lto.mk
parent395ef596e0c3a604d281e52139e48a1c8bc1cefc (diff)
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 14099a08b..785d15f81 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