From 5f5c6f3c70fe30e85c6de0e36abab2b1de662ea9 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Sun, 21 Jan 2018 20:17:36 +0100 Subject: [PATCH] binutils enable plugins fix "Gold linker ld.gold -plugin : unknown option" --- binutils/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binutils/PKGBUILD b/binutils/PKGBUILD index 6924afc72..76d2fafdc 100644 --- a/binutils/PKGBUILD +++ b/binutils/PKGBUILD @@ -2,7 +2,7 @@ pkgname=binutils pkgver=2.29.1 -pkgrel=1 +pkgrel=2 pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('x86_64') url="http://www.gnu.org/software/binutils/" @@ -44,6 +44,7 @@ build() { --enable-shared \ --enable-ld=default \ --enable-gold \ + --enable-plugins \ --enable-relro \ --enable-deterministic-archives \ --with-pic \