]> git.ipfire.org Git - thirdparty/gcc.git/blame - config/bootstrap-lto.mk
Add -B support to gcc-ar/ranlib/nm
[thirdparty/gcc.git] / config / bootstrap-lto.mk
CommitLineData
150fc539 1# This option enables LTO for stage2 and stage3.
a62623af 2# FIXME: Our build system is not yet able to use gcc-ar wrapper, so we need
3# to go with -ffat-lto-objects.
f3255772 4
a62623af 5STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
6STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
150fc539 7STAGEprofile_CFLAGS += -fno-lto