]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
bootstrap-lto.mk (STAGE2_CFLAGS, [...]): Change to -fwhopr=jobserver -fuse-linker...
authorAndi Kleen <ak@linux.intel.com>
Wed, 1 Sep 2010 11:47:41 +0000 (11:47 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Wed, 1 Sep 2010 11:47:41 +0000 (11:47 +0000)
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

config/ChangeLog
config/bootstrap-lto.mk

index 22a36414fc33358b9c1e70584692ffb193a30f0a..40e51f152122c93c7c7348838733a0b353f2e83b 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2010-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        PR target/45084
index 14099a08b8d7bb687ac75cab3348b4a940eda6aa..785d15f81c231fdfa7b5d40c3e351dc05489d411 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.
 
-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