diff options
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r-- | gold/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in index cde0e14..1e6b9c7 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -123,7 +123,9 @@ noinst_PROGRAMS = ld-new$(EXEEXT) incremental-dump$(EXEEXT) @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_7 = bootstrap-test-treehash-chunksize subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../config/ax_pthread.m4 \ +am__aclocal_m4_deps = \ + $(top_srcdir)/../config/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/../config/ax_pthread.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ $(top_srcdir)/../config/gettext.m4 \ @@ -551,6 +553,7 @@ GMSGFMT = @GMSGFMT@ GOLD_LDADD = @GOLD_LDADD@ GOLD_LDFLAGS = @GOLD_LDFLAGS@ GREP = @GREP@ +HAVE_CXX11 = @HAVE_CXX11@ INCINTL = @INCINTL@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ |