source: trunk/libs/newlib/src/config/bootstrap-lto-noplugin.mk @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 257 bytes
Line 
1# This option enables LTO for stage2 and stage3 on
2# hosts without linker plugin support.
3
4STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
6STAGEprofile_CFLAGS += -fno-lto
Note: See TracBrowser for help on using the repository browser.