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/Makefile.am | |
parent | ff035ef67334c4a5011d2f28a8b1c5813c1da9d5 (diff) | |
download | gcc-fda26abecc9a71f75d654776fdd97183f15f7df7.tar.gz |
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/Makefile.am')
-rw-r--r-- | libquadmath/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |