summaryrefslogtreecommitdiff
path: root/src-release.sh
diff options
context:
space:
mode:
authorIndu Bhagat <indu.bhagat@oracle.com>2022-11-15 15:07:13 -0800
committerIndu Bhagat <indu.bhagat@oracle.com>2022-11-15 15:50:05 -0800
commite619dddb3a45780ae66d762756882a3b896b617d (patch)
treeaca784273f4d4cb93fcf05e535f76672a8b6e2c7 /src-release.sh
parent42b6953bbad652d3f7cba405c941ad9c6eab26b0 (diff)
downloadbinutils-gdb-e619dddb3a45780ae66d762756882a3b896b617d.tar.gz
src-release.sh: Add libsframe
Add libsframe to the list of top level directories that will be included in a release. ChangeLog: * src-release.sh: Add libsframe
Diffstat (limited to 'src-release.sh')
-rwxr-xr-xsrc-release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-release.sh b/src-release.sh
index 76c355a583c..050a8eb958d 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -94,7 +94,7 @@ do_proto_toplev()
# built in the gold dir. The disables speed the build a little.
enables=
disables=
- for dir in binutils gas gdb gold gprof gprofng ld libctf libdecnumber readline sim; do
+ for dir in binutils gas gdb gold gprof gprofng libsframe ld libctf libdecnumber readline sim; do
case " $tool $support_files " in
*" $dir "*) enables="$enables --enable-$dir" ;;
*) disables="$disables --disable-$dir" ;;
@@ -304,7 +304,7 @@ gdb_tar_compress()
}
# The FSF "binutils" release includes gprof and ld.
-BINUTILS_SUPPORT_DIRS="bfd gas include libiberty libctf opcodes ld elfcpp gold gprof gprofng intl setup.com makefile.vms cpu zlib"
+BINUTILS_SUPPORT_DIRS="libsframe bfd gas include libiberty libctf opcodes ld elfcpp gold gprof gprofng intl setup.com makefile.vms cpu zlib"
binutils_release()
{
compressors=$1