aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-09-15 14:33:58 +0930
committerAlan Modra <amodra@gmail.com>2017-09-15 14:48:14 +0930
commit817b77113459d8b66a75f4fdbba0a3f5f6936c9b (patch)
treec443af6b8a3c64bdf90ee44aa1af36fbd35cc4dd /ChangeLog
parent21d0a60620b306d6471ddedff04ac23912596cc6 (diff)
downloadfsf-binutils-gdb-817b77113459d8b66a75f4fdbba0a3f5f6936c9b.zip
fsf-binutils-gdb-817b77113459d8b66a75f4fdbba0a3f5f6936c9b.tar.gz
fsf-binutils-gdb-817b77113459d8b66a75f4fdbba0a3f5f6936c9b.tar.bz2
Enable/disable various dirs in src-release.sh
gold needs to be enabled for a binutils release, but it's rather odd to do so for gas, gdb or sim. This patch passes various --enable and --disable options depending on the directories being released. * src-release.sh (do_proto_toplev): Revert last patch. Enable or disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline, and sim depending on $tool and $support_files. Echo configure line.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e34f36e..3bd90b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-15 Alan Modra <amodra@gmail.com>
+
+ * src-release.sh (do_proto_toplev): Revert last patch. Enable or
+ disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
+ and sim depending on $tool and $support_files. Echo configure line.
+
2017-09-14 Matt Rice <ratmice@gmail.com>
* src-release.sh (do_proto_toplev): Enable gold during release process.