diff options
author | Ilya Enkovich <ilya.enkovich@intel.com> | 2015-03-10 09:37:41 +0000 |
---|---|---|
committer | Ilya Enkovich <ienkovich@gcc.gnu.org> | 2015-03-10 09:37:41 +0000 |
commit | 5373cd33a8cdb54a31bc7bf2ae4c9903efa4911c (patch) | |
tree | 4c3d129c804e483567ad1709e6159edb9e847d6e /libmpx/libmpx.spec.in | |
parent | 5a434178855e784d2667d68f0acf3c01bf48e847 (diff) | |
download | gcc-5373cd33a8cdb54a31bc7bf2ae4c9903efa4911c.zip gcc-5373cd33a8cdb54a31bc7bf2ae4c9903efa4911c.tar.gz gcc-5373cd33a8cdb54a31bc7bf2ae4c9903efa4911c.tar.bz2 |
Makefile.def: Add libmpx.
* Makefile.def: Add libmpx.
* configure.ac: Add libmpx.
* Makefile.in: Regenerate.
* configure: Regenerate.
gcc/
* config/i386/linux-common.h (LIBMPX_LIBS): New.
(LIBMPX_SPEC): New.
(CHKP_SPEC): New.
* gcc.c (CHKP_SPEC): New.
(LINK_COMMAND_SPEC): Add CHKP_SPEC.
* c-family/c.opt (static-libmpx): New.
libmpx/
Initial commit.
From-SVN: r221311
Diffstat (limited to 'libmpx/libmpx.spec.in')
-rw-r--r-- | libmpx/libmpx.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmpx/libmpx.spec.in b/libmpx/libmpx.spec.in new file mode 100644 index 0000000..a265e28 --- /dev/null +++ b/libmpx/libmpx.spec.in @@ -0,0 +1,3 @@ +# 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. +*link_libmpx: @link_libmpx@ |