[binutils-gdb/binutils-2_29-branch] Add enable-gold and enable-ld to src-release

Alan Modra amodra@sourceware.org
Thu Sep 14 09:05:00 GMT 2017


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bd926929f0fae108e24cb51d9f9546b27f0a04df

commit bd926929f0fae108e24cb51d9f9546b27f0a04df
Author: matt rice <ratmice@gmail.com>
Date:   Wed Sep 13 09:46:22 2017 -0700

    Add enable-gold and enable-ld to src-release
    
    So that the tarball picks up gold bison output.
    
    	* src-release.sh (do_proto_toplev): Enable gold during release process.
    
    (cherry picked from commit 255300f5a96079a9860934c44bb9521e7aca45de)

Diff:
---
 ChangeLog      | 4 ++++
 src-release.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4ac2d63..e34f36e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-14  Matt Rice <ratmice@gmail.com>
+
+	* src-release.sh (do_proto_toplev): Enable gold during release process.
+
 2017-04-13  Andrew Jenner  <andrew@codesourcery.com>
 
 	* config.sub: Sync with master version in config project.
diff --git a/src-release.sh b/src-release.sh
index 64fa4c2..80c1c33 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -83,7 +83,7 @@ do_proto_toplev()
 	<Makefile.in >tmp
     mv -f tmp Makefile.in
     #
-    ./configure --target=i386-pc-linux-gnu
+    ./configure --target=i386-pc-linux-gnu --enable-gold --enable-ld
     $MAKE configure-host configure-target \
 	ALL_GCC="" ALL_GCC_C="" ALL_GCC_CXX="" \
 	CC_FOR_TARGET="$CC" CXX_FOR_TARGET="$CXX"



More information about the Binutils-cvs mailing list