512470bb90
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
6 lines
183 B
RPMSpec
6 lines
183 B
RPMSpec
# This spec file is read by gcc when linking. It is used to specify the
|
|
# standard libraries we need in order to link with libmpx.
|
|
*link_libmpx: @link_libmpx@
|
|
|
|
*link_mpx: @link_mpx@
|