public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: Remove unused CXXFLAGS substitution
@ 2022-10-21  1:11 Tsukasa OI
  0 siblings, 0 replies; only message in thread
From: Tsukasa OI @ 2022-10-21  1:11 UTC (permalink / raw)
  To: gdb-cvs

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@

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

only message in thread, other threads:[~2022-10-21  1:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21  1:11 [binutils-gdb] sim: Remove unused CXXFLAGS substitution Tsukasa OI

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).