From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2152) id 814F63858D28; Wed, 6 Sep 2023 02:15:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 814F63858D28 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Hans-Peter Nilsson To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libctf/swap.h and gnulib X-Act-Checkin: binutils-gdb X-Git-Author: Hans-Peter Nilsson X-Git-Refname: refs/heads/master X-Git-Oldrev: 84522284a5059132b16fb7a7a9ff5e87236f7a93 X-Git-Newrev: 83066cb9c7dc2d16adf22649251392d04a7c8d83 Message-Id: <20230906021557.814F63858D28@sourceware.org> Date: Wed, 6 Sep 2023 02:15:57 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2023 02:15:57 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D83066cb9c7dc= 2d16adf22649251392d04a7c8d83 commit 83066cb9c7dc2d16adf22649251392d04a7c8d83 Author: Hans-Peter Nilsson Date: Tue Sep 5 16:56:51 2023 +0200 src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libctf/swap.h and gnu= lib =20 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. =20 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. Diff: --- src-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-release.sh b/src-release.sh index c974ea05473..465aee4ed2b 100755 --- a/src-release.sh +++ b/src-release.sh @@ -332,7 +332,7 @@ gdb_release() } =20 # Corresponding to the CVS "sim" module. -SIM_SUPPORT_DIRS=3D"bfd opcodes libiberty include intl gdb/version.in gdb/= common/create-version.sh makefile.vms zlib" +SIM_SUPPORT_DIRS=3D"libsframe bfd opcodes libiberty libctf/swap.h include = intl gdb/version.in gdb/common/create-version.sh makefile.vms zlib gnulib" sim_release() { compressors=3D$1