From: Mike Frysinger Date: Mon, 15 Nov 2021 08:00:05 +0000 (-0500) Subject: sim: cris: touch up rvdummy handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=145a603abc767c2a1e6fe7755c10686353bbcc8f;p=binutils-gdb.git sim: cris: touch up rvdummy handling Add quiet build support and make sure it's removed with `make clean`. --- 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