Move gdb/selftest.m4 to gdbsupport/selftest.m4
[deliverable/binutils-gdb.git] / gdbsupport / Makefile.in
index 4e12354598be0a2dd1c819ff33fe842db7b19c74..7ed2e6fac232f2aeaafc952e4e5ed6a0a8e83d3f 100644 (file)
@@ -122,8 +122,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/codeset.m4 \
        $(top_srcdir)/../bfd/bfd.m4 $(top_srcdir)/common.m4 \
        $(top_srcdir)/../config/ax_pthread.m4 \
        $(top_srcdir)/../gdb/ax_cxx_compile_stdcxx.m4 \
-       $(top_srcdir)/../gdb/libiberty.m4 \
-       $(top_srcdir)/../gdb/selftest.m4 \
+       $(top_srcdir)/../gdb/libiberty.m4 $(top_srcdir)/selftest.m4 \
        $(top_srcdir)/../gdb/ptrace.m4 $(top_srcdir)/warning.m4 \
        $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -354,7 +353,7 @@ AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \
     -I../gnulib/import -I$(srcdir)/../gnulib/import \
     -I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd
 
-AM_CXXFLAGS = $(CXX_DIALECT) $(WARN_CFLAGS) $(WERROR_CFLAGS)
+AM_CXXFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 noinst_LIBRARIES = libgdbsupport.a
 @SELFTEST_TRUE@selftest = selftest.cc
 libgdbsupport_a_SOURCES = \
@@ -693,6 +692,8 @@ uninstall-am:
 .PRECIOUS: Makefile
 
 
+override CXX += $(CXX_DIALECT)
+
 # Double-check that no defines are missing from our configury.
 check-defines:
        cd $(srcdir) && emacs --script check-defines.el
This page took 0.028102 seconds and 4 git commands to generate.