summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-02-21 21:23:56 -0500
committerJoey Dumont2021-02-21 21:23:56 -0500
commitde70ad88aab95d0c60d59f826757966e7bc46dd5 (patch)
tree85fde9d23619c8d0a9b9e7b5b8d24ae438fa8442
parentaea21164e0bb3c6a646c05333144f2a460b13561 (diff)
downloadaur-de70ad88aab95d0c60d59f826757966e7bc46dd5.tar.gz
New version of binutils-2.36.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dac6c11347ae..8358799e0589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mips64-ultra-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for mips64-ultra-elf
- pkgver = 2.35.1_r134.54b8f95
+ pkgver = 2.36.1_r134.54b8f95
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
makedepends = git
depends = libelf
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.35.1.tar.xz
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
source = git+https://github.com/glankk/n64.git#branch=n64-ultra
- sha256sums = 3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607
+ sha256sums = e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
sha256sums = SKIP
pkgname = mips64-ultra-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 49ea5ce4237a..c5bb8d0b4eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
_target=mips64-ultra-elf
pkgname=${_target}-binutils
-_binutilsver=2.35.1
-pkgver=2.35.1_r134.54b8f95
+_binutilsver=2.36.1
+pkgver=2.36.1_r134.54b8f95
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for ${_target}"
url="http://www.gnu.org/software/binutils/"
@@ -12,7 +12,7 @@ makedepends=('git')
depends=('libelf')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${_binutilsver}.tar.xz"
"git+https://github.com/glankk/n64.git#branch=n64-ultra")
-sha256sums=('3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607'
+sha256sums=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0'
'SKIP')
pkgver() {
@@ -57,7 +57,6 @@ build() {
--with-sysroot=/usr/${_target}/n64-sysroot/ \
--with-gnu-as \
--with-gnu-ld \
- --enable-64-bit-bfd \
--enable-plugins \
--disable-gold \
--enable-multilib \
@@ -86,6 +85,7 @@ package() {
# Remove info documents that conflict with host version
rm -rf "$pkgdir"/usr/share/info
+ rm -rf "$pkgdir"/usr/lib/bfd-plugins/libdep*
# Install the library files in the sysroot.
cd $srcdir/n64