aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/acinclude.m4
diff options
context:
space:
mode:
authorIgor Tsimbalist <itsimbal@gcc.gnu.org>2017-11-17 23:36:50 +0100
committerIgor Tsimbalist <itsimbal@gcc.gnu.org>2017-11-17 23:36:50 +0100
commitfda26abecc9a71f75d654776fdd97183f15f7df7 (patch)
tree301126087662937243794b5cafa593feb57091f4 /libquadmath/acinclude.m4
parentff035ef67334c4a5011d2f28a8b1c5813c1da9d5 (diff)
downloadgcc-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/acinclude.m4')
-rw-r--r--libquadmath/acinclude.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/libquadmath/acinclude.m4 b/libquadmath/acinclude.m4
index ab73fb5..3703cd6 100644
--- a/libquadmath/acinclude.m4
+++ b/libquadmath/acinclude.m4
@@ -2,6 +2,8 @@ dnl ----------------------------------------------------------------------
dnl This whole bit snagged from libgfortran.
sinclude(../libtool.m4)
+sinclude(../config/enable.m4)
+sinclude(../config/cet.m4)
dnl The lines below arrange for aclocal not to bring an installed
dnl libtool.m4 into aclocal.m4, while still arranging for automake to
dnl add a definition of LIBTOOL to Makefile.in.