summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2ff7a403a80..ffdad028d7f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mips64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (mips64-elf)
- pkgver = 2.25.1
+ pkgver = 2.27
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
license = GPL
depends = zlib
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.bz2
- sha256sums = b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.bz2
+ sha256sums = 369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88
pkgname = mips64-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 43e29042622a..1f6dbc70e8eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.25.1
+pkgver=2.27
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
url="http://www.gnu.org/software/binutils/"
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('zlib')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2")
-sha256sums=('b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22')
+sha256sums=('369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88')
prepare() {
cd binutils-${pkgver}
@@ -38,9 +38,9 @@ build() {
--with-gnu-as \
--with-gnu-ld \
--enable-64-bit-bfd \
- --enable-gold \
--enable-plugins \
--enable-static \
+ --disable-gold \
--disable-multilib \
--disable-nls \
--disable-shared \