From 145a603abc767c2a1e6fe7755c10686353bbcc8f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 15 Nov 2021 03:00:05 -0500 Subject: [PATCH] sim: cris: touch up rvdummy handling 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 1fff75570fa..1a5d10e1c47 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.30.2