From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 5F3313858408 for ; Sun, 25 Dec 2022 19:29:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5F3313858408 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org Received: by smtp.gentoo.org (Postfix, from userid 559) id F24603410C4; Sun, 25 Dec 2022 19:29:50 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH 8/8] sim: build: clean up unused codegen logic Date: Sun, 25 Dec 2022 14:28:52 -0500 Message-Id: <20221225192852.1940-8-vapier@gentoo.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20221225192852.1940-1-vapier@gentoo.org> References: <20221225072831.18760-1-vapier@gentoo.org> <20221225192852.1940-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,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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 igen ports are in the top-level makefile, we don't need this logic in any subdirs anymore, so clean it up. --- sim/arch-subdir.mk.in | 3 --- sim/common/Make-common.in | 9 +-------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/sim/arch-subdir.mk.in b/sim/arch-subdir.mk.in index e6c779a20d57..cfde3f3fb785 100644 --- a/sim/arch-subdir.mk.in +++ b/sim/arch-subdir.mk.in @@ -73,6 +73,3 @@ SIM_INLINE = @SIM_INLINE@ SIM_HW_CFLAGS = @SIM_HW_CFLAGS@ SIM_HW_OBJS = $(SIM_HW_DEVICES:%=dv-%.o) @SIM_ENABLE_HW_FALSE@SIM_HW_OBJS = - -# TODO: Delete this once mips/Makefile.in igen moves to mips/local.mk. -IGEN_FLAGS_SMP = @IGEN_FLAGS_SMP@ diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 1e1ea0e7a202..f36cad4befd8 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -50,7 +50,6 @@ include $(srcroot)/gdb/silent-rules.mk ifeq ($(V),0) ECHO_STAMP = @echo " GEN " -ECHO_IGEN = @echo " IGEN $(