From: Mike Frysinger Date: Sun, 31 Oct 2021 08:19:41 +0000 (-0400) Subject: sim: erc32: use silent build rules with sis linkage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9cd2be59c1c1d56d95a191f82298ee92cf41231;p=binutils-gdb.git sim: erc32: use silent build rules with sis linkage --- diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 4196e25f717..130220e52fe 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -42,7 +42,7 @@ SIS_OFILES = exec.o erc32.o func.o help.o float.o all: sis$(EXEEXT) sis$(EXEEXT): sis.o $(SIS_OFILES) libsim.a $(LIBDEPS) - $(CC) $(ALL_CFLAGS) -o sis$(EXEEXT) \ + $(ECHO_CCLD) $(CC) $(ALL_CFLAGS) -o sis$(EXEEXT) \ sis.o $(SIS_OFILES) libsim.a $(EXTRA_LIBS) # Copy the files into directories where they will be run.