diff options
Diffstat (limited to 'config/bootstrap-mpx.mk')
-rw-r--r-- | config/bootstrap-mpx.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/bootstrap-mpx.mk b/config/bootstrap-mpx.mk deleted file mode 100644 index acc2a2e7a9c..00000000000 --- a/config/bootstrap-mpx.mk +++ /dev/null @@ -1,9 +0,0 @@ -# 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 |