public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: Remove unused CXXFLAGS substitution
@ 2022-10-19 13:10 Tsukasa OI
  2022-10-20 18:25 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Tsukasa OI @ 2022-10-19 13:10 UTC (permalink / raw)
  To: Tsukasa OI, Andrew Burgess, Mike Frysinger; +Cc: gdb-patches

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

base-commit: 2b06e59de0675c2cb526af2de6803dae29703d15
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sim: Remove unused CXXFLAGS substitution
  2022-10-19 13:10 [PATCH] sim: Remove unused CXXFLAGS substitution Tsukasa OI
@ 2022-10-20 18:25 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2022-10-20 18:25 UTC (permalink / raw)
  To: Tsukasa OI via Gdb-patches

>>>>> Tsukasa OI via Gdb-patches <gdb-patches@sourceware.org> writes:

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

Thanks, this is ok.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-20 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 13:10 [PATCH] sim: Remove unused CXXFLAGS substitution Tsukasa OI
2022-10-20 18:25 ` Tom Tromey

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