aboutsummaryrefslogtreecommitdiff
path: root/sim/igen
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/igen
parent65f42b88ffaeac1ea70e2b468c301363213e1326 (diff)
downloadgdb-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/igen')
-rw-r--r--sim/igen/igen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/igen/igen.c b/sim/igen/igen.c
index e649f85..952f8e9 100644
--- a/sim/igen/igen.c
+++ b/sim/igen/igen.c
@@ -1166,10 +1166,12 @@ main (int argc, char **argv, char **envp)
"B:D:F:G:H:I:M:N:P:T:W:o:k:i:n:hc:d:e:m:r:s:t:f:x"))
!= -1)
{
+#if 0 /* For debugging. */
fprintf (stderr, " -%c ", ch);
if (optarg)
fprintf (stderr, "%s ", optarg);
fprintf (stderr, "\\\n");
+#endif
switch (ch)
{