]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
Makefile.def: Add libmpx.
authorIlya Enkovich <ilya.enkovich@intel.com>
Tue, 10 Mar 2015 09:37:41 +0000 (09:37 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Tue, 10 Mar 2015 09:37:41 +0000 (09:37 +0000)
commit5373cd33a8cdb54a31bc7bf2ae4c9903efa4911c
tree4c3d129c804e483567ad1709e6159edb9e847d6e
parent5a434178855e784d2667d68f0acf3c01bf48e847
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
27 files changed:
ChangeLog
Makefile.def
Makefile.in
configure
configure.ac
gcc/ChangeLog
gcc/c-family/c.opt
gcc/config/i386/linux-common.h
gcc/gcc.c
libmpx/ChangeLog [new file with mode: 0644]
libmpx/Makefile.am [new file with mode: 0644]
libmpx/Makefile.in [new file with mode: 0644]
libmpx/acinclude.m4 [new file with mode: 0644]
libmpx/aclocal.m4 [new file with mode: 0644]
libmpx/config.h.in [new file with mode: 0644]
libmpx/configure [new file with mode: 0644]
libmpx/configure.ac [new file with mode: 0644]
libmpx/configure.tgt [new file with mode: 0644]
libmpx/libmpx.spec.in [new file with mode: 0644]
libmpx/libtool-version [new file with mode: 0644]
libmpx/mpxrt/Makefile.am [new file with mode: 0644]
libmpx/mpxrt/Makefile.in [new file with mode: 0644]
libmpx/mpxrt/libmpx.map [new file with mode: 0644]
libmpx/mpxrt/libtool-version [new file with mode: 0644]
libmpx/mpxrt/mpxrt-utils.c [new file with mode: 0644]
libmpx/mpxrt/mpxrt-utils.h [new file with mode: 0644]
libmpx/mpxrt/mpxrt.c [new file with mode: 0644]