summaryrefslogtreecommitdiff
path: root/src-release.sh
diff options
context:
space:
mode:
authormatt rice <ratmice@gmail.com>2017-09-13 09:46:22 -0700
committerAlan Modra <amodra@gmail.com>2017-09-14 18:34:18 +0930
commit255300f5a96079a9860934c44bb9521e7aca45de (patch)
treebe95afc4319d82dda5270421ebddb4e39bcf1846 /src-release.sh
parent2578f2f307f7e80caa0bce32c7fa880d579e736b (diff)
downloadbinutils-gdb-255300f5a96079a9860934c44bb9521e7aca45de.tar.gz
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.
Diffstat (limited to 'src-release.sh')
-rwxr-xr-xsrc-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release.sh b/src-release.sh
index 64fa4c2120b..80c1c3318dd 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"