diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-14 19:54:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-14 20:04:44 -0400 |
commit | fbe8d1cf5b1b92e28be05b61edb3141261e02672 (patch) | |
tree | 36e47dc100be546e564d2d8bca41a157ae811ab0 /sim/configure.ac | |
parent | 1ff18ee6520bab4a10b08e47f59de753fced9dfd (diff) | |
download | gdb-fbe8d1cf5b1b92e28be05b61edb3141261e02672.zip gdb-fbe8d1cf5b1b92e28be05b61edb3141261e02672.tar.gz 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.ac | 1 |
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. |