URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [config/] [bootstrap-lto.mk] - Rev 330
Compare with Previous | Blame | View Log
# This option enables LTO for stage2 and stage3. It requires lto to# be enabled for stage1 with --enable-stage1-languages.STAGE2_CFLAGS += -fltoSTAGE3_CFLAGS += -flto# Ada fails to build with LTO, turn it off for now.BOOT_ADAFLAGS += -fno-lto
