From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 58B1A385842B for ; Tue, 3 Jan 2023 07:58:53 +0000 (GMT) Received: by smtp.gentoo.org (Postfix, from userid 559) id 1052B340CE1; Tue, 3 Jan 2023 07:58:53 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH 77/83] sim: igen: simplify build dep Date: Tue, 3 Jan 2023 02:55:59 -0500 Message-Id: <20230103075605.13606-78-vapier@gentoo.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230103075605.13606-1-vapier@gentoo.org> References: <20230103075605.13606-1-vapier@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Now that all ports (other than ppc) build in the top-level, we don't need to mark the igen tool as a recursive dep. Each port depends on the tool if it actually uses it, and ppc doesn't use it at all. --- sim/Makefile.in | 303 +++++++++++++++++++++++----------------------- sim/igen/local.mk | 4 - 2 files changed, 151 insertions(+), 156 deletions(-) diff --git a/sim/igen/local.mk b/sim/igen/local.mk index db902a61402d..0126a2cdb7eb 100644 --- a/sim/igen/local.mk +++ b/sim/igen/local.mk @@ -24,10 +24,6 @@ IGEN = %D%/igen$(EXEEXT) IGEN_RUN = ASAN_OPTIONS=detect_leaks=0 $(IGEN) $(IGEN_FLAGS_SMP) -## This makes sure igen is available before building the arch-subdirs which -## need to run the igen tool. -SIM_ALL_RECURSIVE_DEPS += $(IGEN) - # Alias for developers. igen: $(IGEN) -- 2.39.0