summaryrefslogtreecommitdiff
path: root/sim/iq2000
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-31 00:49:39 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-31 00:49:39 -0400
commit65f42b88ffaeac1ea70e2b468c301363213e1326 (patch)
treee37123577d982d65100922fe98a687a9e2eb463d /sim/iq2000
parentb6143d31625b3869a6715c7479cf665272162b6f (diff)
downloadbinutils-gdb-65f42b88ffaeac1ea70e2b468c301363213e1326.tar.gz
sim: tighten up stamp rules
Add a new ECHO_STAMP helper and convert existing stamp code over to it. This is mostly common rules and cgen mloop rules.
Diffstat (limited to 'sim/iq2000')
-rw-r--r--sim/iq2000/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in
index bbc659049ae..4f85dc76235 100644
--- a/sim/iq2000/Makefile.in
+++ b/sim/iq2000/Makefile.in
@@ -57,7 +57,8 @@ IQ2000BF_INCLUDE_DEPS = \
# FIXME: Use of `mono' is wip.
mloop.c eng.h: stamp-mloop
stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
- $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
+ $(ECHO_STAMP) mloop.c eng.h
+ $(SILENCE) $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -fast -pbb -switch sem-switch.c \
-cpu iq2000bf -infile $(srcdir)/mloop.in
$(SILENCE) $(SHELL) $(srcroot)/move-if-change eng.hin eng.h