Sync bootstrap-lto.mk and dfp.m4 with gcc.
[deliverable/binutils-gdb.git] / config / bootstrap-lto.mk
CommitLineData
29e66501
AO
1# This option enables LTO for stage2 and stage3. It requires lto to
2# be enabled for stage1 with --enable-stage1-languages.
3
bbb3c81a
L
4STAGE2_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1
5STAGE3_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1
29e66501
AO
6
7# Ada fails to build with LTO, turn it off for now.
8BOOT_ADAFLAGS += -fno-lto
This page took 0.039104 seconds and 4 git commands to generate.