mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 21:31:19 +08:00
* config/bootstrap-lto: Use -flto.
From-SVN: r166630
This commit is contained in:
parent
58ebaaf188
commit
dc09b1077d
@ -1,3 +1,7 @@
|
||||
2010-11-11 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* config/bootstrap-lto: Use -flto.
|
||||
|
||||
2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
|
||||
|
||||
* configure.ac: Support official CLooG.org versions.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user