source: trunk/libs/newlib/src/config/bootstrap-mpx.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: 475 bytes
Line 
1# This option enables -fcheck-pointer-bounds -mmpx for stage2 and stage3.
2
3STAGE2_CFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1
4STAGE3_CFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1
5POSTSTAGE1_LDFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1 \
6                      -static-libmpx -static-libmpxwrappers \
7                      -B$$r/prev-$(TARGET_SUBDIR)/libmpx \
8                      -B$$r/prev-$(TARGET_SUBDIR)/libmpx/mpxrt/.libs \
9                      -B$$r/prev-$(TARGET_SUBDIR)/libmpx/mpxwrap/.libs
Note: See TracBrowser for help on using the repository browser.