public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] make: Use RUST_CXXFLAGS for session-manager specifically
@ 2022-12-08  7:59 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-12-08  7:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ef9788471008be413a9c545a9500f6287af32ad1

commit ef9788471008be413a9c545a9500f6287af32ad1
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Tue Nov 29 11:13:44 2022 +0100

    make: Use RUST_CXXFLAGS for session-manager specifically

Diff:
---
 gcc/rust/Make-lang.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 4f04f85f386..c9a8d23e32f 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -336,7 +336,7 @@ RUST_INCLUDES = -I $(srcdir)/rust \
 CFLAGS-rust/rust-lang.o += $(RUST_INCLUDES)
 CFLAGS-rust/rust-lex.o += $(RUST_INCLUDES)
 CFLAGS-rust/rust-parse.o += $(RUST_INCLUDES)
-CFLAGS-rust/rust-session-manager.o += $(RUST_INCLUDES)
+CFLAGS-rust/rust-session-manager.o += $(RUST_INCLUDES) $(RUST_CXXFLAGS)
 
 # build all rust/lex files in rust folder, add cross-folder includes
 rust/%.o: rust/lex/%.cc

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

only message in thread, other threads:[~2022-12-08  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08  7:59 [gcc/devel/rust/master] make: Use RUST_CXXFLAGS for session-manager specifically Thomas Schwinge

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