summaryrefslogtreecommitdiff
path: root/src-release.sh
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2023-09-05 16:56:51 +0200
committerHans-Peter Nilsson <hp@bitrange.com>2023-09-06 04:15:23 +0200
commit83066cb9c7dc2d16adf22649251392d04a7c8d83 (patch)
tree172b3a514353727bb24d0bbef2c46e20f0165884 /src-release.sh
parent84522284a5059132b16fb7a7a9ff5e87236f7a93 (diff)
src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libctf/swap.h and gnulib
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.
Diffstat (limited to 'src-release.sh')
-rwxr-xr-xsrc-release.sh2
1 files changed, 1 insertions, 1 deletions
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()
}
# 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