From 0ef434b1df2e44b1d3af79eda781811400a1f91d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 4 Nov 2013 15:27:44 +0100 Subject: [PATCH] binutils: enable the gold linker. --- srcpkgs/binutils/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template index 6500c270f3f..a071c20d3f7 100644 --- a/srcpkgs/binutils/template +++ b/srcpkgs/binutils/template @@ -1,7 +1,7 @@ # Template file for 'binutils' pkgname=binutils version=2.23.52.0.2 -revision=5 +revision=6 short_desc="GNU binary utilities" maintainer="Juan RP " homepage="http://www.gnu.org/software/binutils/" @@ -37,7 +37,8 @@ do_configure() { fi ./configure --prefix=/usr --enable-threads \ --enable-plugins --enable-secureplt --with-mmap \ - --enable-shared --disable-bootstrap $CONFIGFLAG + --enable-shared --disable-bootstrap \ + --enable-ld=default --enable-gold $CONFIGFLAG } do_build() {