public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tsukasa OI <a4lg@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] sim: Remove unused CXXFLAGS substitution
Date: Fri, 21 Oct 2022 01:11:20 +0000 (GMT)	[thread overview]
Message-ID: <20221021011120.BDFC13858D1E@sourceware.org> (raw)

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

commit 5bba7eaef514362db4fa43969160831ec9c677d4
Author: Tsukasa OI <research_trasio@irq.a4lg.com>
Date:   Mon Oct 10 09:24:48 2022 +0000

    sim: Remove unused CXXFLAGS substitution
    
    Not only that sim/configure.ac does not AC_SUBST CXXFLAGS,
    unless we need C++ compiler like CXX, substitution @CXXFLAGS@ is useless.
    Because of this, this commit removes this substitution.

Diff:
---
 sim/arch-subdir.mk.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sim/arch-subdir.mk.in b/sim/arch-subdir.mk.in
index f6d8188d1a8..69a8e2f1e55 100644
--- a/sim/arch-subdir.mk.in
+++ b/sim/arch-subdir.mk.in
@@ -34,7 +34,6 @@ CC_FOR_BUILD = @CC_FOR_BUILD@
 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
 CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
-CXXFLAGS = @CXXFLAGS@
 LDFLAGS = @LDFLAGS@
 
 AR = @AR@

                 reply	other threads:[~2022-10-21  1:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221021011120.BDFC13858D1E@sourceware.org \
    --to=a4lg@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).