From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 89CF8385803C for ; Sun, 31 Oct 2021 08:22:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 89CF8385803C Received: by smtp.gentoo.org (Postfix, from userid 559) id 192CA343713; Sun, 31 Oct 2021 08:22:31 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: erc32: use silent build rules with sis linkage Date: Sun, 31 Oct 2021 04:22:31 -0400 Message-Id: <20211031082231.26453-1-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2021 08:22:33 -0000 --- sim/erc32/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 4196e25f7173..130220e52fe6 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -42,7 +42,7 @@ SIS_OFILES = exec.o erc32.o func.o help.o float.o all: sis$(EXEEXT) sis$(EXEEXT): sis.o $(SIS_OFILES) libsim.a $(LIBDEPS) - $(CC) $(ALL_CFLAGS) -o sis$(EXEEXT) \ + $(ECHO_CCLD) $(CC) $(ALL_CFLAGS) -o sis$(EXEEXT) \ sis.o $(SIS_OFILES) libsim.a $(EXTRA_LIBS) # Copy the files into directories where they will be run. -- 2.33.0