diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:55:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:55:50 -0400 |
commit | ac9b6df28f585128b711c7c9450266ed969cc0c0 (patch) | |
tree | 2dfda5128e00c8661998ee71e4697fdc9e3f5b1a /sim/mn10300 | |
parent | 65f42b88ffaeac1ea70e2b468c301363213e1326 (diff) | |
download | gdb-ac9b6df28f585128b711c7c9450266ed969cc0c0.zip gdb-ac9b6df28f585128b711c7c9450266ed969cc0c0.tar.gz 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/mn10300')
-rw-r--r-- | sim/mn10300/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index 74752343..a68dd43 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -65,7 +65,7 @@ IGEN_INSN=$(srcdir)/mn10300.igen IGEN_INSN_INC=$(srcdir)/am33.igen $(srcdir)/am33-2.igen IGEN_DC=$(srcdir)/mn10300.dc tmp-igen: $(IGEN_INSN) $(IGEN_INSN_INC) $(IGEN_DC) $(IGEN) - $(IGEN_RUN) \ + $(ECHO_IGEN) $(IGEN_RUN) \ $(IGEN_TRACE) \ -G gen-direct-access \ -M mn10300,am33 -G gen-multi-sim=am33 \ |