diff options
author | Ilya Enkovich <ilya.enkovich@intel.com> | 2015-04-02 08:15:49 +0000 |
---|---|---|
committer | Ilya Enkovich <ienkovich@gcc.gnu.org> | 2015-04-02 08:15:49 +0000 |
commit | 512470bb907b267e6cf5b990215dd4d22425d95d (patch) | |
tree | bd4f3ce6c25d8977eb5decebecb83a4ec07c4ca3 /libmpx/libmpx.spec.in | |
parent | a8caf3514910c6d8513910e9c9d4c8e6b1b3ad0f (diff) | |
download | gcc-512470bb907b267e6cf5b990215dd4d22425d95d.zip gcc-512470bb907b267e6cf5b990215dd4d22425d95d.tar.gz gcc-512470bb907b267e6cf5b990215dd4d22425d95d.tar.bz2 |
re PR driver/65444 (-z bndplt isn't passed to linker for -mmpx when building dynamic objects)
gcc/
PR driver/65444
* config/i386/linux-common.h (MPX_SPEC): New.
(CHKP_SPEC): Add MPX_SPEC.
* doc/invoke.texi (-fcheck-pointer-boudns): Document
possible issues with '-z bndplt' support in linker.
libmpx/
PR driver/65444
* configure.ac: Add check for '-z bndplt' support
by linker. Add link_mpx output variable.
* libmpx.spec.in (link_mpx): New.
* configure: Regenerate.
From-SVN: r221831
Diffstat (limited to 'libmpx/libmpx.spec.in')
-rw-r--r-- | libmpx/libmpx.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libmpx/libmpx.spec.in b/libmpx/libmpx.spec.in index a265e28..34d0bdf 100644 --- a/libmpx/libmpx.spec.in +++ b/libmpx/libmpx.spec.in @@ -1,3 +1,5 @@ # This spec file is read by gcc when linking. It is used to specify the -# standard libraries we need in order to link with libcilkrts. +# standard libraries we need in order to link with libmpx. *link_libmpx: @link_libmpx@ + +*link_mpx: @link_mpx@ |