diff options
author | Jan Hubicka <jh@suse.cz> | 2013-11-20 00:51:28 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-11-19 23:51:28 +0000 |
commit | 0ab6c9a9bb90ec65ffcda9dd4c05d92034b1af4a (patch) | |
tree | e29688328b8275e25e8509b9e038ee136c6af031 /config/bootstrap-lto.mk | |
parent | 3c8bceb13ee8dfe40fd4a6e286112cc3b7d96fce (diff) | |
download | gcc-0ab6c9a9bb90ec65ffcda9dd4c05d92034b1af4a.tar.gz |
* config/bootstrap-lto.mk: Use -ffat-lto-objects.
From-SVN: r205064
Diffstat (limited to 'config/bootstrap-lto.mk')
-rw-r--r-- | config/bootstrap-lto.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index bbd3515eaa4..27bad1529be 100644 --- a/config/bootstrap-lto.mk +++ b/config/bootstrap-lto.mk @@ -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 |