libsanitizer merge from upstream r250806, compiler part.
[deliverable/binutils-gdb.git] / config / bootstrap-mpx.mk
CommitLineData
49d00f48
L
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
This page took 0.045205 seconds and 4 git commands to generate.