X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=config%2Fbootstrap-lto.mk;h=b30ac1a5fa3014d425035db233ae189277a61397;hp=785d15f81c231fdfa7b5d40c3e351dc05489d411;hb=113b29cba2dccc36536f18dd21cc76ca2fffe1d6;hpb=cd15f1084c2915095523c4a63c35bf2b85275617 diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 785d15f81c2..b30ac1a5fa3 100644 --- a/config/bootstrap-lto.mk +++ b/config/bootstrap-lto.mk @@ -1,8 +1,8 @@ # This option enables LTO for stage2 and stage3. It requires lto to # be enabled for stage1 with --enable-stage1-languages. -STAGE2_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1 -STAGE3_CFLAGS += -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1 +STAGE2_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1 +STAGE3_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1 # Ada fails to build with LTO, turn it off for now. BOOT_ADAFLAGS += -fno-lto