view config/bootstrap-mpx.mk @ 123:ab229f40eab2

fix inline_call
author mir3636
date Fri, 30 Mar 2018 22:58:55 +0900
parents 04ced10e8804
children
line wrap: on
line source

# This option enables -fcheck-pointer-bounds -mmpx for stage2 and stage3.

STAGE2_CFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1
STAGE3_CFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1
POSTSTAGE1_LDFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1 \
		      -static-libmpx -static-libmpxwrappers \
		      -B$$r/prev-$(TARGET_SUBDIR)/libmpx \
		      -B$$r/prev-$(TARGET_SUBDIR)/libmpx/mpxrt/.libs \
		      -B$$r/prev-$(TARGET_SUBDIR)/libmpx/mpxwrap/.libs