projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3c2b9
)
sim: erc32: use silent build rules with sis linkage
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Oct 2021 08:19:41 +0000
(
04:19
-0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Oct 2021 08:19:41 +0000
(
04:19
-0400)
sim/erc32/Makefile.in
patch
|
blob
|
history
diff --git
a/sim/erc32/Makefile.in
b/sim/erc32/Makefile.in
index 4196e25f7173f43852ee70290cde84ada91284a7..130220e52fe6213abfa39b3e97230873c9d0e55b 100644
(file)
--- 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.