public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] rust1: Use RUST_CXXFLAGS
@ 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:be9740eaa6479d5e819637b071fc72c1edc200d5

commit be9740eaa6479d5e819637b071fc72c1edc200d5
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Tue Nov 29 11:10:17 2022 +0100

    rust1: Use RUST_CXXFLAGS

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 9f0d63859b3..4f04f85f386 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -173,7 +173,7 @@ rust_OBJS = $(RUST_ALL_OBJS) rust/rustspec.o
 
 # The compiler itself is called rust1 (formerly grs1)
 rust1$(exeext): $(RUST_ALL_OBJS) attribs.o $(BACKEND) $(LIBDEPS)
-	+$(LLINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
+	+$(LLINKER) $(RUST_CXXFLAGS) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
 	      $(RUST_ALL_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS)
 
 # Build hooks.

^ 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] rust1: Use RUST_CXXFLAGS 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).