summaryrefslogtreecommitdiff
path: root/libvtv/Makefile.in
diff options
context:
space:
mode:
authorIgor Tsimbalist <igor.v.tsimbalist@intel.com>2017-11-17 23:29:19 +0100
committerIgor Tsimbalist <itsimbal@gcc.gnu.org>2017-11-17 23:29:19 +0100
commit8e2fc0551b547d1ecb498d18fc599bc73289629f (patch)
tree30478846e0e4a47467f33366105d7a31735b75cd /libvtv/Makefile.in
parent9069eb28d45baaa8baf5e3790b03b0e2cc5b49b3 (diff)
downloadgcc-8e2fc0551b547d1ecb498d18fc599bc73289629f.tar.gz
Enable building libvtv with Intel CET
libvtv/ * acinclude.m4: Add enable.m4 and cet.m4. * Makefile.in: Regenerate. * testsuite/Makefile.in: Likewise. * configure: Likewise. * configure.ac: Set CET_FLAGS. Update XCFLAGS. * testsuite/libvtv.cc/vtv.exp: Add scanlang.exp. From-SVN: r254897
Diffstat (limited to 'libvtv/Makefile.in')
-rw-r--r--libvtv/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvtv/Makefile.in b/libvtv/Makefile.in
index 59d0b11bdd0..606b7c0ce7e 100644
--- a/libvtv/Makefile.in
+++ b/libvtv/Makefile.in
@@ -71,7 +71,8 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
- $(top_srcdir)/configure.ac
+ $(top_srcdir)/../config/enable.m4 \
+ $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \