diff options
author | Igor Tsimbalist <itsimbal@gcc.gnu.org> | 2017-11-17 23:41:10 +0100 |
---|---|---|
committer | Igor Tsimbalist <itsimbal@gcc.gnu.org> | 2017-11-17 23:41:10 +0100 |
commit | abccc074bb741574b00b078277b711194310c497 (patch) | |
tree | 97acddd4eaed58045b878032b231aee06c51efce /libmpx/ChangeLog | |
parent | fda26abecc9a71f75d654776fdd97183f15f7df7 (diff) | |
download | gcc-abccc074bb741574b00b078277b711194310c497.tar.gz |
Enable building libmpx with Intel CET
libmpx/
* Makefile.in: Regenerate.
* acinclude.m4: Add enable.m4 and cet.m4.
* configure: Regenerate.
* configure.ac: Set CET_FLAGS. Update XCFLAGS.
* mpxrt/Makefile.am: Update libmpx_la_CFLAGS.
* mpxrt/Makefile.in: Regenerate.
* mpxwrap/Makefile.am: Add AM_CFLAGS. Update
libmpxwrappers_la_CFLAGS.
* mpxwrap/Makefile.in: Regenerate.
From-SVN: r254900
Diffstat (limited to 'libmpx/ChangeLog')
-rw-r--r-- | libmpx/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libmpx/ChangeLog b/libmpx/ChangeLog index 3edc2d499c6..9ae654270b7 100644 --- a/libmpx/ChangeLog +++ b/libmpx/ChangeLog @@ -1,3 +1,15 @@ + 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com> + + * Makefile.in: Regenerate. + * acinclude.m4: Add enable.m4 and cet.m4. + * configure: Regenerate. + * configure.ac: Set CET_FLAGS. Update XCFLAGS. + * mpxrt/Makefile.am: Update libmpx_la_CFLAGS. + * mpxrt/Makefile.in: Regenerate. + * mpxwrap/Makefile.am: Add AM_CFLAGS. Update + libmpxwrappers_la_CFLAGS. + * mpxwrap/Makefile.in: Regenerate. + 2017-01-30 Jakub Jelinek <jakub@redhat.com> * mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype. |