From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Jg1HCndBO2DDfAAAWB0awg (envelope-from ) for ; Sun, 28 Feb 2021 02:08:39 -0500 Received: by simark.ca (Postfix, from userid 112) id 1B1AD1EF78; Sun, 28 Feb 2021 02:08:39 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 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 (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id B7BC21E789 for ; Sun, 28 Feb 2021 02:08:38 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5901E3857C59; Sun, 28 Feb 2021 07:08:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5901E3857C59 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1614496118; bh=Meqj9j1F6//rTDBCKhFUqfa+wsI7+RuquU0n1DQmkig=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=vDoEtUKhzhM/7cOtEBWR17OCrVqEGT+5ZTx+Ja/KTDYABc84/ra4B3hZAcLifeEC/ OAmV+XP/3ZWuIWMEPOWKsnAIiXFvza9KcDlUBaOPx7KH3APqBDHRVHXawocLNoB8P+ pdUJo99uB/xvBF+vFXM5KWPavr/HhNyk65PT8eKw= Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id AC8593858025 for ; Sun, 28 Feb 2021 07:08:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AC8593858025 Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E7D9E34115C for ; Sun, 28 Feb 2021 07:08:34 +0000 (UTC) To: gdb-patches@sourceware.org Subject: [PATCH] sim: drop dep on configure-gdb Date: Sun, 28 Feb 2021 02:08:26 -0500 Message-Id: <20210228070826.18858-1-vapier@gentoo.org> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-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 | 5 +++++ Makefile.def | 1 - Makefile.in | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9a5611c5e71..2de48a1aa75c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-02-28 Mike Frysinger + + * Makefile.def: Remove all-sim dependency on configure-gdb. + * Makefile.in: Regenerated. + 2021-02-09 Alan Modra * configure.ac: Delete arm*-*-symbianelf* entry. diff --git a/Makefile.def b/Makefile.def index b45e580da5b2..0cdf044c5c3e 100644 --- a/Makefile.def +++ b/Makefile.def @@ -533,7 +533,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 0a64fc10e5b0..4f82fd0a47fd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52381,7 +52381,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 -- 2.30.0