public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdbsupport: re-generate Makefile.in
@ 2020-03-03 22:11 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2020-03-03 22:11 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=89725b0d5357b85ffc35ae451db0c0ddf1aa5831

commit 89725b0d5357b85ffc35ae451db0c0ddf1aa5831
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Tue Mar 3 17:11:12 2020 -0500

    gdbsupport: re-generate Makefile.in
    
    It looks like after doing last minute changes to Makefile.am in commit
    06b3c5bdb ("gdbsupport: rename source files to .cc"), I forgot to
    re-generate Makefile.in.  This patch fixes it.
    
    gdbsupport/ChangeLog:
    
    	* Makefile.in: Re-generate.

Diff:
---
 gdbsupport/ChangeLog   | 4 ++++
 gdbsupport/Makefile.in | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog
index 88f2b82..033be86 100644
--- a/gdbsupport/ChangeLog
+++ b/gdbsupport/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-03  Simon Marchi  <simon.marchi@efficios.com>
+
+	* Makefile.in: Re-generate.
+
 2020-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
 
 	* gdb-dlfcn.h (gdb_dlopen): Update comment.
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in
index 4e12354..360ad3f 100644
--- a/gdbsupport/Makefile.in
+++ b/gdbsupport/Makefile.in
@@ -354,7 +354,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 +693,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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-03 22:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 22:11 [binutils-gdb] gdbsupport: re-generate Makefile.in Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).