Skip to content
Snippets Groups Projects
Commit e619dddb authored by Indu Bhagat's avatar Indu Bhagat
Browse files

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
parent 42b6953b
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ do_proto_toplev() ...@@ -94,7 +94,7 @@ do_proto_toplev()
# built in the gold dir. The disables speed the build a little. # built in the gold dir. The disables speed the build a little.
enables= enables=
disables= 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 case " $tool $support_files " in
*" $dir "*) enables="$enables --enable-$dir" ;; *" $dir "*) enables="$enables --enable-$dir" ;;
*) disables="$disables --disable-$dir" ;; *) disables="$disables --disable-$dir" ;;
...@@ -304,7 +304,7 @@ gdb_tar_compress() ...@@ -304,7 +304,7 @@ gdb_tar_compress()
} }
# The FSF "binutils" release includes gprof and ld. # 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() binutils_release()
{ {
compressors=$1 compressors=$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment