summaryrefslogtreecommitdiff
path: root/src-release.sh
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-05-29 12:49:13 +0100
committerNick Clifton <nickc@redhat.com>2019-05-29 12:49:13 +0100
commite33f2313bf63b77763739732be14b469b4b647b7 (patch)
tree1b52ef161c4626eb927e4ba4bc7d0e39f4b5113a /src-release.sh
parentf948b2de97884bfb4e5fc11d40a6bea9e0b096ae (diff)
downloadbinutils-gdb-e33f2313bf63b77763739732be14b469b4b647b7.tar.gz
Update release tools with libctf support.
top * src-release.sh (do_proto_toplev): Add libctf to list of directories that can be disabled. binutils* README-how-to-make-a-release: Add libctf to list of directories that need updates in their ChangeLogs.
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 8a50d97603b..e1dcd827469 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -89,7 +89,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 ld libdecnumber readline sim; do
+ for dir in binutils gas gdb gold gprof ld libctf libdecnumber readline sim; do
case " $tool $support_files " in
*" $dir "*) enables="$enables --enable-$dir" ;;
*) disables="$disables --disable-$dir" ;;
@@ -293,7 +293,7 @@ gdb_tar_compress()
}
# The FSF "binutils" release includes gprof and ld.
-BINUTILS_SUPPORT_DIRS="bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu zlib"
+BINUTILS_SUPPORT_DIRS="bfd gas include libiberty libctf opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu zlib"
binutils_release()
{
compressors=$1