diff options
author | Igor Tsimbalist <itsimbal@gcc.gnu.org> | 2017-11-17 23:36:50 +0100 |
---|---|---|
committer | Igor Tsimbalist <itsimbal@gcc.gnu.org> | 2017-11-17 23:36:50 +0100 |
commit | fda26abecc9a71f75d654776fdd97183f15f7df7 (patch) | |
tree | 301126087662937243794b5cafa593feb57091f4 /libquadmath/ChangeLog | |
parent | ff035ef67334c4a5011d2f28a8b1c5813c1da9d5 (diff) | |
download | gcc-fda26abecc9a71f75d654776fdd97183f15f7df7.zip gcc-fda26abecc9a71f75d654776fdd97183f15f7df7.tar.gz gcc-fda26abecc9a71f75d654776fdd97183f15f7df7.tar.bz2 |
Enable building libquadmath with Intel CET
libquadmath/
* Makefile.am: Update AM_CFLAGS.
* Makefile.in: Regenerate:
* acinclude.m4: Add enable.m4 and cet.m4.
* configure: Regenerate.
* configure.ac: Set CET_FLAGS. Update XCFLAGS.
From-SVN: r254899
Diffstat (limited to 'libquadmath/ChangeLog')
-rw-r--r-- | libquadmath/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 1d152bb..284f4d9 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,11 @@ + 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com> + + * Makefile.am: Update AM_CFLAGS. + * Makefile.in: Regenerate: + * acinclude.m4: Add enable.m4 and cet.m4. + * configure: Regenerate. + * configure.ac: Set CET_FLAGS. Update XCFLAGS. + 2017-11-05 Tom de Vries <tom@codesourcery.com> PR other/82784 |