Commit 0ab6c9a9 by Jan Hubicka Committed by Jan Hubicka

* config/bootstrap-lto.mk: Use -ffat-lto-objects.

From-SVN: r205064
parent 3c8bceb1
2013-11-18 Jan Hubicka <jh@suse.cz>
* config/bootstrap-lto.mk: Use -ffat-lto-objects.
2013-11-15 David Edelsohn <dje.gcc@gmail.com>
* MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
......
# This option enables LTO for stage2 and stage3.
# FIXME: Our build system is not yet able to use gcc-ar wrapper, so we need
# to go with -ffat-lto-objects.
STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
STAGEprofile_CFLAGS += -fno-lto
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment