aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-31 00:55:50 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-31 00:55:50 -0400
commitac9b6df28f585128b711c7c9450266ed969cc0c0 (patch)
tree2dfda5128e00c8661998ee71e4697fdc9e3f5b1a /sim/v850/Makefile.in
parent65f42b88ffaeac1ea70e2b468c301363213e1326 (diff)
downloadfsf-binutils-gdb-ac9b6df28f585128b711c7c9450266ed969cc0c0.zip
fsf-binutils-gdb-ac9b6df28f585128b711c7c9450266ed969cc0c0.tar.gz
fsf-binutils-gdb-ac9b6df28f585128b711c7c9450266ed969cc0c0.tar.bz2
sim: igen: tighten up build output
Add a new stamp helper for quiet builds, and don't dump the command line options when it runs. That isn't standard tool behavior, and doesn't really seem necessary in any way.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r--sim/v850/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 37b65b3..2c0c5df 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -65,7 +65,7 @@ IGEN_TRACE= # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejec
IGEN_INSN=$(srcdir)/v850.igen
IGEN_DC=$(srcdir)/v850-dc
tmp-igen: $(IGEN_INSN) $(IGEN_DC) $(IGEN)
- $(IGEN_RUN) \
+ $(ECHO_IGEN) $(IGEN_RUN) \
$(IGEN_TRACE) \
-G gen-direct-access \
-G gen-zero-r0 \