* configure.ac: Only disable a language library if no language needs
[deliverable/binutils-gdb.git] / config / bootstrap-lto.mk
index 14099a08b8d7bb687ac75cab3348b4a940eda6aa..b30ac1a5fa3014d425035db233ae189277a61397 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 += -flto=jobserver -fuse-linker-plugin -frandom-seed=1
+STAGE3_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1
 
 # Ada fails to build with LTO, turn it off for now.
 BOOT_ADAFLAGS += -fno-lto
This page took 0.023012 seconds and 4 git commands to generate.