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:
parent
345fdcb710
commit
3e76bf2c82
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue