diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ _target=mipsr5900el-unknown-linux-gnu pkgname=$_target-binutils pkgver=2.34 -pkgrel=1 +pkgrel=2 pkgdesc="A set of programs to assemble and manipulate binary and object files ($_target)" arch=(x86_64) url='http://www.gnu.org/software/binutils/' @@ -25,6 +25,7 @@ build() { ./configure --target=$_target \ --prefix=/usr \ --disable-nls \ + --disable-libctf \ --enable-shared \ --enable-plugins \ --enable-deterministic-archives |