Update top level configure files by synchronizing them with gcc.
[deliverable/binutils-gdb.git] / config / bootstrap-mpx.mk
1 # This option enables -fcheck-pointer-bounds -mmpx for stage2 and stage3.
2
3 STAGE2_CFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1
4 STAGE3_CFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1
5 POSTSTAGE1_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.036396 seconds and 4 git commands to generate.