From patchwork Thu Mar 4 08:53:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 1447156 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha256 header.s=default header.b=tkoG+HcK; dkim-atps=neutral Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Drl6038DHz9sRf for ; Thu, 4 Mar 2021 19:54:00 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7BD13398E47E; Thu, 4 Mar 2021 08:53:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7BD13398E47E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1614848038; bh=Qcs1r1wTFaXI+jLKqhyUlzaxxkOfgUIUNKJvdR9U+Uc=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=tkoG+HcKcnIq9qGlAWvXB/7bYJKHhlsN+qGWrK92G2pdWpIwyjLm/LO3sZQWZ9/uO mj5H/nCEOjE27DAIwEN8Qn9hn3KgeTyIeiQbSCi2w1W+CY/9cPXdhcN1tbt9cRi2h5 er6OZ6QID/pQTl2mVoLl5Qu8J1NqYDSqsRtzm9as= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id E4C0F3834437 for ; Thu, 4 Mar 2021 08:53:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E4C0F3834437 Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 8F57D340F5C for ; Thu, 4 Mar 2021 08:53:54 +0000 (UTC) To: gcc-patches@gcc.gnu.org Subject: [PATCH] sim: drop dep on configure-gdb Date: Thu, 4 Mar 2021 03:53:50 -0500 Message-Id: <20210304085350.2937-1-vapier@gentoo.org> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 X-Spam-Status: No, score=-11.0 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Mike Frysinger via Gcc-patches From: Mike Frysinger Reply-To: Mike Frysinger Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" I'm not entirely sure why this is here since the sim doesn't use anything from the gdb/ dir directly, and the commit that added it included a bunch more changes and doesn't seem to call out this dep specifically. ChangeLog: * Makefile.def: Remove all-sim dependency on configure-gdb. * Makefile.in: Regenerated. --- Makefile.def | 1 - Makefile.in | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.def b/Makefile.def index 3e38f61193ff..df8ccfb24c3d 100644 --- a/Makefile.def +++ b/Makefile.def @@ -547,7 +547,6 @@ dependencies = { module=all-sim; on=all-libiberty; }; dependencies = { module=all-sim; on=all-bfd; }; dependencies = { module=all-sim; on=all-opcodes; }; dependencies = { module=all-sim; on=all-readline; }; -dependencies = { module=all-sim; on=configure-gdb; }; // Other host modules. dependencies = { module=all-fastjar; on=all-zlib; }; diff --git a/Makefile.in b/Makefile.in index 03785200dc71..047be0255e26 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61522,7 +61522,6 @@ install-strip-sid: maybe-install-strip-tcl install-sid: maybe-install-tk install-strip-sid: maybe-install-strip-tk all-sim: maybe-all-readline -all-sim: maybe-configure-gdb all-fastjar: maybe-all-build-texinfo all-libctf: all-libiberty all-stage1-libctf: all-stage1-libiberty