diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2015-04-14 08:04:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2015-04-14 08:04:45 -0700 |
commit | b42e7064553ea0deb7081e6ee7cf2aa898f6de78 (patch) | |
tree | 289086be524121766710d5a544ddc6765bbbd2b6 /config | |
parent | 5543f9411cac1528701c1fd70d3cc4a84ae42d4b (diff) | |
download | gcc-b42e7064553ea0deb7081e6ee7cf2aa898f6de78.tar.gz |
Add the missing file
From-SVN: r222093
Diffstat (limited to 'config')
-rw-r--r-- | config/bootstrap-mpx.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/bootstrap-mpx.mk b/config/bootstrap-mpx.mk new file mode 100644 index 00000000000..acc2a2e7a9c --- /dev/null +++ b/config/bootstrap-mpx.mk @@ -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 |