summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2019-10-22 11:49:27 -0400
committervonPalitroque2019-10-22 11:49:27 -0400
commit35cf4ee8fb288a169c965fc3bf2e8639c8aa9a71 (patch)
tree478cd5b876c3f34fdb38ecc12f786eb499726bd4
parentd25ca4203d7aee2158acb630514c47578acf7c4c (diff)
downloadaur-35cf4ee8fb288a169c965fc3bf2e8639c8aa9a71.tar.gz
Updated to latest upstream version.
Updated to latest upstream version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 765777938071..c4ad006f0112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.32
+ pkgver = 2.33.1
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = msp430-elf-binutils
depends = zlib
options = !libtool
options = !buildflags
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.xz
- sha256sums = 0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.xz
+ sha256sums = ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index d734db71e575..1502e4e46da6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.32
+_pkgver=2.33.1
pkgver=${_pkgver}
pkgrel=1
pkgdesc="GNU binary utilities for the ${_target} target."
@@ -13,7 +13,7 @@ license=(GPL)
depends=('zlib')
checkdepends=('dejagnu' 'bc')
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
-sha256sums=('0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04')
+sha256sums=('ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"
@@ -35,7 +35,9 @@ build() {
--host=$CHOST \
--build=$CHOST \
--disable-shared \
- --enable-lto
+ --enable-lto \
+ --with-system-zlib \
+ --enable-plugins
make configure-host
make