From 255300f5a96079a9860934c44bb9521e7aca45de Mon Sep 17 00:00:00 2001 From: matt rice Date: Wed, 13 Sep 2017 09:46:22 -0700 Subject: 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. --- src-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-release.sh') 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() 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" -- cgit v1.2.1