[ARC] Fix parsing leave_s and enter_s mnemonics.
[deliverable/binutils-gdb.git] / config / bootstrap-lto-noplugin.mk
1 # This option enables LTO for stage2 and stage3 on
2 # hosts without linker plugin support.
3
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
6 STAGEprofile_CFLAGS += -fno-lto
This page took 0.030542 seconds and 4 git commands to generate.