summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a272c524c8e..34a0d383af9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mipsr5900el-unknown-linux-gnu-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (mipsr5900el-unknown-linux-gnu)
pkgver = 2.34
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 24bec5e77c92..78efcd46a0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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