bootstrap-lto.mk: -fuse-linker-plugin is default now; pass -fno-lto to STAGEprofile.

* config/bootstrap-lto.mk: -fuse-linker-plugin is default now;
	pass -fno-lto to STAGEprofile.

From-SVN: r168645
This commit is contained in:
Jan Hubicka 2011-01-11 00:43:54 +01:00 committed by Jan Hubicka
parent 345fdcb710
commit 3e76bf2c82
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-01-10 Jan Hubicka <jh@suse.cz>
* config/bootstrap-lto.mk: -fuse-linker-plugin is default now;
pass -fno-lto to STAGEprofile.
2011-01-07 Jan Hubicka <jh@suse.cz>
PR lto/47225

View File

@ -1,5 +1,6 @@
# This option enables LTO for stage2 and stage3. It requires lto to
# be enabled for stage1 with --enable-stage1-languages.
STAGE2_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1
STAGE3_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1
STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
STAGEprofile_CFLAGS += -fno-lto