Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bootstrap-mpx.mk « config - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acc2a2e7a9c353e7dd958c12c5572065f22bef7e (plain)
1
2
3
4
5
6
7
8
9
# 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