summaryrefslogtreecommitdiff
path: root/libre/xtensa-elf-binutils
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-03-28 15:17:31 -0400
committerDavid P <megver83@parabola.nu>2020-03-28 15:17:31 -0400
commit092cc22ecbdd5c690b991cf371030373ce45222e (patch)
tree77a3b4fe0af6add10b82a2c582c1b9c743a198eb /libre/xtensa-elf-binutils
parentf925fcc6efbee0868366e47c173b820cd4a6fb19 (diff)
updpkg: libre/xtensa-elf-binutils 2.34-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/xtensa-elf-binutils')
-rw-r--r--libre/xtensa-elf-binutils/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/libre/xtensa-elf-binutils/PKGBUILD b/libre/xtensa-elf-binutils/PKGBUILD
index 98479203b..5059121cf 100644
--- a/libre/xtensa-elf-binutils/PKGBUILD
+++ b/libre/xtensa-elf-binutils/PKGBUILD
@@ -6,25 +6,22 @@
_target=xtensa-elf
pkgname=$_target-binutils
-pkgver=2.32
+pkgver=2.34
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files for the Xtensa target'
arch=('x86_64' 'i686' 'armv7h')
url="https://www.gnu.org/software/binutils/"
license=('GPL')
depends=('zlib')
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig}
- 'https://github.com/qca/open-ath9k-htc-firmware/raw/master/local/patches/binutils.patch')
-sha512sums=('99ec7ed2b5ebfd3ac16cecb1567ec4a72f81ac30717002d601708f7547b2f8122ffcce076c986f22894aede33c54c73012210a4e973ba9b6e2d87a242a2bee12'
- 'SKIP'
- 'e10ed358794d7aa32ac25087afd804dc4c3028c4664d7608eb86147f041561d16209afa6501bc8a19e02386674011d567640175f6b8bf89275c243dc3b3a9980')
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha512sums=('f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067'
+ 'SKIP')
validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gingold@adacore.com>
'3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
prepare() {
cd binutils-$pkgver
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
- patch -p1 -i ../binutils.patch
}
build() {