From fda26abecc9a71f75d654776fdd97183f15f7df7 Mon Sep 17 00:00:00 2001 From: Igor Tsimbalist Date: Fri, 17 Nov 2017 23:36:50 +0100 Subject: 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 --- libquadmath/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libquadmath/Makefile.am') diff --git a/libquadmath/Makefile.am b/libquadmath/Makefile.am index ec23c66f6b1..6f1fe61158d 100644 --- a/libquadmath/Makefile.am +++ b/libquadmath/Makefile.am @@ -7,6 +7,7 @@ AUTOMAKE_OPTIONS = 1.8 foreign if BUILD_LIBQUADMATH ACLOCAL_AMFLAGS = -I .. -I ../config AM_CPPFLAGS = -I $(top_srcdir)/../include +AM_CFLAGS = $(XCFLAGS) ## May be used by toolexeclibdir. gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER) -- cgit v1.2.1