[PATCH,V1 12/14] src-release.sh: Add libsframe
Indu Bhagat
indu.bhagat@oracle.com
Fri Sep 30 00:04:38 GMT 2022
Add libsframe to the list of top level directories that will be included
in a release.
ChangeLog:
* src-release.sh: Add libsframe
---
src-release.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src-release.sh b/src-release.sh
index 079b545ae7c..e42c485214f 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -93,7 +93,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" ;;
@@ -295,7 +295,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
--
2.37.2
More information about the Binutils
mailing list