From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from server.nextmovesoftware.com (server.nextmovesoftware.com [162.254.253.69]) by sourceware.org (Postfix) with ESMTPS id 2E9A93858413 for ; Sat, 30 Jul 2022 21:38:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2E9A93858413 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nextmovesoftware.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nextmovesoftware.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nextmovesoftware.com; s=default; h=Content-Type:MIME-Version:Message-ID: Date:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=z6dEKLbpOaOYiH6xOu90MC0y6DSGXCyqT8cFDAdqbvs=; b=EJECoIXZdhpd3DoiG2egHeW8EU jqZwwnd9R8N9VyklOQn21iZt+SO73WP4BmRwE9py5OUzsCNwXxywHHyCXG+eY0qToXqHEUBnLOe2a DQu2zr4wTRnpShY7VrmfSf+P0do58Xiw0Kj5ZCu73DQlbuIgCray56uv5oJqyvmZD3eV7cfDbks0J dBWLD+tFR8Mhk6HRuaRvsICoj3R76+lYeftb2wULU7qaLkpfbKP0c/hBoEeBVJ8lqjCJ6guesaggL tDjmfu+Hzz6U2LcLPtsl0tHmObUWpnvcRvcbJ+1vDRvP1zcVbmJJuV+smpXCrIW+majzxpW6KUJqB dIjtX8rA==; Received: from host86-169-41-119.range86-169.btcentralplus.com ([86.169.41.119]:60574 helo=Dell) by server.nextmovesoftware.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oHu9t-0007j3-D3; Sat, 30 Jul 2022 17:38:05 -0400 From: "Roger Sayle" To: "'GCC Patches'" Cc: "'Ian Lance Taylor'" Subject: [PATCH] PR bootstrap/106472: Add libgo depends on libbacktrace to Makefile.def Date: Sat, 30 Jul 2022 22:38:03 +0100 Message-ID: <003801d8a45c$a729a360$f57cea20$@nextmovesoftware.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0039_01D8A465.08F07C60" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdikW5Z1CRIgqAoqSxytTQNBZYWjbA== Content-Language: en-gb X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.nextmovesoftware.com X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nextmovesoftware.com X-Get-Message-Sender-Via: server.nextmovesoftware.com: authenticated_id: roger@nextmovesoftware.com X-Authenticated-Sender: server.nextmovesoftware.com: roger@nextmovesoftware.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, 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 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-List-Received-Date: Sat, 30 Jul 2022 21:38:07 -0000 This is a multipart message in MIME format. ------=_NextPart_000_0039_01D8A465.08F07C60 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch fixes PR bootstrap/106472 by adding a missing dependency to Makefile.def to allow make bootstrap when configured using "--enable-languages=go" (and not using make with multiple threads). Tested on x86-64-pc-linux-gnu. Ok for mainline? 2022-07-30 Roger Sayle ChangeLog PR bootstrap/106472 * Makefile.def (dependencies): Make configure-target-libgo depend upon all-target-libbacktrace. Thanks in advance, Roger -- ------=_NextPart_000_0039_01D8A465.08F07C60 Content-Type: text/plain; name="patchgo.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patchgo.txt" diff --git a/Makefile.def b/Makefile.def=0A= index 72d5854..8804ba6 100644=0A= --- a/Makefile.def=0A= +++ b/Makefile.def=0A= @@ -663,6 +663,7 @@ dependencies =3D { module=3Dconfigure-target-newlib; = on=3Dall-binutils; };=0A= dependencies =3D { module=3Dconfigure-target-newlib; on=3Dall-ld; };=0A= dependencies =3D { module=3Dconfigure-target-libgfortran; = on=3Dall-target-libquadmath; };=0A= dependencies =3D { module=3Dconfigure-target-libgfortran; = on=3Dall-target-libbacktrace; };=0A= +dependencies =3D { module=3Dconfigure-target-libgo; = on=3Dall-target-libbacktrace; };=0A= =0A= languages =3D { language=3Dc; gcc-check-target=3Dcheck-gcc; };=0A= languages =3D { language=3Dc++; gcc-check-target=3Dcheck-c++;=0A= ------=_NextPart_000_0039_01D8A465.08F07C60--