aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-31 04:19:41 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-31 04:19:41 -0400
commitf9cd2be59c1c1d56d95a191f82298ee92cf41231 (patch)
tree92859b6134a4f43049d8ddfa4cf4e445df5865fd /sim/erc32/Makefile.in
parent5b3c2b9f3be1df7304302e3e73bea42e06be43a6 (diff)
downloadfsf-binutils-gdb-f9cd2be59c1c1d56d95a191f82298ee92cf41231.zip
fsf-binutils-gdb-f9cd2be59c1c1d56d95a191f82298ee92cf41231.tar.gz
fsf-binutils-gdb-f9cd2be59c1c1d56d95a191f82298ee92cf41231.tar.bz2
sim: erc32: use silent build rules with sis linkage
Diffstat (limited to 'sim/erc32/Makefile.in')
-rw-r--r--sim/erc32/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
index 4196e25..130220e 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.