aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-14 19:54:04 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-14 20:04:44 -0400
commitfbe8d1cf5b1b92e28be05b61edb3141261e02672 (patch)
tree36e47dc100be546e564d2d8bca41a157ae811ab0 /sim/configure.ac
parent1ff18ee6520bab4a10b08e47f59de753fced9dfd (diff)
downloadfsf-binutils-gdb-fbe8d1cf5b1b92e28be05b61edb3141261e02672.zip
fsf-binutils-gdb-fbe8d1cf5b1b92e28be05b61edb3141261e02672.tar.gz
fsf-binutils-gdb-fbe8d1cf5b1b92e28be05b61edb3141261e02672.tar.bz2
sim: enable silent rules in common builds
We only do the common code as automake simplifies the logic.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index e7f3f53..129e942 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -19,6 +19,7 @@ SIM_AC_PLATFORM
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
# If a cpu ever has more than one simulator to choose from, use
# --enable-sim=... to choose.