src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libctf/swap.h and gnulib
authorHans-Peter Nilsson <hp@axis.com>
Tue, 5 Sep 2023 14:56:51 +0000 (16:56 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Wed, 6 Sep 2023 02:15:23 +0000 (04:15 +0200)
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

index c974ea05473b0cfee4810bc2d34298ad5bc73cbc..465aee4ed2be6150008f70193363386580d82ede 100755 (executable)
@@ -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