]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add the missing file
authorH.J. Lu <hjl@gcc.gnu.org>
Tue, 14 Apr 2015 15:04:45 +0000 (08:04 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 14 Apr 2015 15:04:45 +0000 (08:04 -0700)
From-SVN: r222093

config/bootstrap-mpx.mk [new file with mode: 0644]

diff --git a/config/bootstrap-mpx.mk b/config/bootstrap-mpx.mk
new file mode 100644 (file)
index 0000000..acc2a2e
--- /dev/null
@@ -0,0 +1,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