[patch] src-release.sh enable gold
Matt Rice
ratmice@gmail.com
Wed Sep 13 17:12:00 GMT 2017
Hello, attached is a patch for src-release.sh to enable gold,
as an attempt to fix:
https://sourceware.org/ml/binutils/2017-08/msg00358.html
I ran src-release.sh before/after the patch on both binutils, and gdb,
diffing the results, the only extraneous changes were that
gdb/po/gdb.pot apparently produces the date/time.
So, this should in theory only enable gold to be built without bison installed,
not actually change anything with regards to gold being built default
when compiling from the tarball.
$ diffstat tarball-binutils.diff
gold/yyscript.c | 3629 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gold/yyscript.h | 307 ++++
md5.sum | 4
src-release.sh | 2
4 files changed, 3940 insertions(+), 2 deletions(-)
$ diffstat tarball-gdb.diff.xz
gdb/po/gdb.pot | 2 +-
md5.sum | 4 ++--
src-release.sh | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
2017-04-13 Matt Rice <ratmice@gmail.com>
* src-release.sh: Enable gold during release process.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-enable-gold-and-enable-ld-to-src-release.patch
Type: text/x-patch
Size: 796 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20170913/893c14fe/attachment.bin>
More information about the Binutils
mailing list