Add enable-gold and enable-ld to src-release
authormatt rice <ratmice@gmail.com>
Wed, 13 Sep 2017 16:46:22 +0000 (09:46 -0700)
committerAlan Modra <amodra@gmail.com>
Thu, 14 Sep 2017 09:04:18 +0000 (18:34 +0930)
So that the tarball picks up gold bison output.

* src-release.sh (do_proto_toplev): Enable gold during release process.

ChangeLog
src-release.sh

index 4ac2d635756e144eaf814364e88ddc700cc3ced2..e34f36e290daf014cdeb2797e312d01f0f76a107 100644 (file)
--- 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.
index 64fa4c2120bfb81a02d99bc4e73b8b10ea6e8592..80c1c3318dda38e39cdca81737452052697c2b18 100755 (executable)
@@ -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"
This page took 0.031456 seconds and 4 git commands to generate.