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)
commit83066cb9c7dc2d16adf22649251392d04a7c8d83
tree172b3a514353727bb24d0bbef2c46e20f0165884
parent84522284a5059132b16fb7a7a9ff5e87236f7a93
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.
src-release.sh