public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: cris: touch up rvdummy handling
@ 2021-11-15  8:01 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-11-15  8:01 UTC (permalink / raw)
  To: gdb-patches

Add quiet build support and make sure it's removed with `make clean`.
---
 sim/cris/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in
index 1fff75570faa..1a5d10e1c470 100644
--- a/sim/cris/Makefile.in
+++ b/sim/cris/Makefile.in
@@ -53,7 +53,7 @@ all: rvdummy$(EXEEXT)
 check: rvdummy$(EXEEXT)
 
 rvdummy$(EXEEXT): rvdummy.o $(EXTRA_LIBDEPS)
-	$(CC) $(ALL_CFLAGS) -o rvdummy$(EXEEXT) rvdummy.o $(EXTRA_LIBS)
+	$(ECHO_CCLD) $(CC) $(ALL_CFLAGS) -o rvdummy$(EXEEXT) rvdummy.o $(EXTRA_LIBS)
 
 rvdummy.o: rvdummy.c $(remote_sim_h) $(callback_h)
 
@@ -71,7 +71,7 @@ CRISV32F_INCLUDE_DEPS = \
 
 cris-clean:
 	-rm -f stamp-arch
-	-rm -f tmp-*
+	-rm -f tmp-* rvdummy$(EXEEXT)
 
 # Useful when making CGEN-generated files manually, without --enable-cgen-maint.
 stamps: stamp-arch stamp-v10fcpu stamp-v32fcpu
-- 
2.33.0


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

only message in thread, other threads:[~2021-11-15  8:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15  8:01 [PATCH] sim: cris: touch up rvdummy handling Mike Frysinger

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