diff options
author | ienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-10 09:37:41 +0000 |
---|---|---|
committer | ienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-10 09:37:41 +0000 |
commit | 202baac831fcc149f81fccf362c8c35d6b5b5947 (patch) | |
tree | 4c3d129c804e483567ad1709e6159edb9e847d6e /libmpx/libtool-version | |
parent | 82a9d51e8e523cb02c848ec342460dde061115c8 (diff) | |
download | gcc-202baac831fcc149f81fccf362c8c35d6b5b5947.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221311 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmpx/libtool-version')
-rw-r--r-- | libmpx/libtool-version | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libmpx/libtool-version b/libmpx/libtool-version new file mode 100644 index 00000000000..d1f57a0e832 --- /dev/null +++ b/libmpx/libtool-version @@ -0,0 +1,6 @@ +# This file is used to maintain libtool version info for libmpx. See +# the libtool manual to understand the meaning of the fields. This is +# a separate file so that version updates don't involve re-running +# automake. +# CURRENT:REVISION:AGE +0:0:0 |