From 31fb0fb02ee47280214ec5c8b3fc3e6d03f6af17 Mon Sep 17 00:00:00 2001 From: matt rice Date: Wed, 13 Sep 2017 09:46:22 -0700 Subject: [PATCH] Add enable-gold and enable-ld to src-release so that the tarball picks up gold bison output. --- src-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() 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" -- 2.9.4