From patchwork Wed Sep 6 02:16:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Peter Nilsson X-Patchwork-Id: 75337 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4EBC83857BB3 for ; Wed, 6 Sep 2023 02:17:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4EBC83857BB3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693966652; bh=DF5kwljGHQGMLgw/NNw5ynmioQf3f9amBKPua5Es0nM=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=C7LEa6oGU71zbNd5VaHSrSTs/2rrPy+MJLQ34Zyfkli/w/ur/QuDjfRkJYZQVOQSw +V3H8ydkaSIifELbSI5fCpRehK1JOhlCCPjEkPoG6GeCkbSN5dmuD6pTfJY7f8GUiQ vLh3nmB6bQTmhtf4jNeFzRaCkSrs47axTAszwHTk= X-Original-To: binutils@sourceware.org Delivered-To: binutils@sourceware.org Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by sourceware.org (Postfix) with ESMTPS id 877633858D32; Wed, 6 Sep 2023 02:17:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 877633858D32 To: , Subject: [committed] src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libctf/swap.h and gnulib MIME-Version: 1.0 Message-ID: <20230906021658.21F102043E@pchp3.se.axis.com> Date: Wed, 6 Sep 2023 04:16:58 +0200 X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, 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 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Hans-Peter Nilsson via Binutils From: Hans-Peter Nilsson Reply-To: Hans-Peter Nilsson Errors-To: binutils-bounces+patchwork=sourceware.org@sourceware.org Sender: "Binutils" Committed as obvious after building sim for arm-eabi from a tarball generated from "./src-release.sh -b sim". -- >8 -- Without this, a simulator build breaks when building from a tarball made by "./src-release.sh -b sim", when building e.g. bfd and libsframe. See also previous similar commits for GDB_SUPPORT_DIRS. The libctf library does not needed to be built, but building libsframe requires libctf/swap.h, with no dependencies on built or configured contents. Do as for the single gdb files and include explicitly only that file. --- src-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-release.sh b/src-release.sh index c974ea05473b..465aee4ed2be 100755 --- a/src-release.sh +++ b/src-release.sh @@ -332,7 +332,7 @@ gdb_release() } # Corresponding to the CVS "sim" module. -SIM_SUPPORT_DIRS="bfd opcodes libiberty include intl gdb/version.in gdb/common/create-version.sh makefile.vms zlib" +SIM_SUPPORT_DIRS="libsframe bfd opcodes libiberty libctf/swap.h include intl gdb/version.in gdb/common/create-version.sh makefile.vms zlib gnulib" sim_release() { compressors=$1