mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
* config/bootstrap-lto.mk: Use -ffat-lto-objects.
From-SVN: r205064
This commit is contained in:
parent
3c8bceb13e
commit
0ab6c9a9bb
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -1,5 +1,7 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user