This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] src-release.sh enable gold


On Wed, Sep 13, 2017 at 10:12:09AM -0700, Matt Rice wrote:
> 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"

I committed this, thinking it is a good idea, then backed it out..
What gave me cold feet is
a) I probably shouldn't be reviewing src-release.sh, and
b) It would make more sense to only add the --enable switches when the
corresponding dirs were in $support_files.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]