Commit 3e76bf2c by Jan Hubicka Committed by Jan Hubicka

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
parent 345fdcb7
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> 2011-01-07 Jan Hubicka <jh@suse.cz>
PR lto/47225 PR lto/47225
......
# This option enables LTO for stage2 and stage3. It requires lto to # This option enables LTO for stage2 and stage3. It requires lto to
# be enabled for stage1 with --enable-stage1-languages. # be enabled for stage1 with --enable-stage1-languages.
STAGE2_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
STAGE3_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
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