diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-21 04:57:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-21 04:57:01 -0300 |
commit | 1cab7d1e4b4e0a5ba14f5aee86957885cda011b8 (patch) | |
tree | a08814f5a5e82b56c4a63c171d5a2c68f74318ff /cross | |
parent | 9f618532e523b5d39129d533affa3c5f0f9313ad (diff) | |
download | abslibre-1cab7d1e4b4e0a5ba14f5aee86957885cda011b8.tar.gz abslibre-1cab7d1e4b4e0a5ba14f5aee86957885cda011b8.tar.bz2 abslibre-1cab7d1e4b4e0a5ba14f5aee86957885cda011b8.zip |
cross-binutils: update xtensa patch
Diffstat (limited to 'cross')
-rw-r--r-- | cross/cross-binutils/PKGBUILD | 4 | ||||
-rw-r--r-- | cross/cross-binutils/binutils-xtensa.patch | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/cross/cross-binutils/PKGBUILD b/cross/cross-binutils/PKGBUILD index 095c86790..580559040 100644 --- a/cross/cross-binutils/PKGBUILD +++ b/cross/cross-binutils/PKGBUILD @@ -120,9 +120,9 @@ checkdepends=('dejagnu' 'bc') options=('staticlibs' '!distcc' '!ccache') #source=(ftp://ftp.gnu.org/gnu/$_pkgname/$_pkgname-${pkgver}.tar.bz2{,.sig}) source=(git://sourceware.org/git/$_pkgname-gdb.git#commit=${_commit} - $_pkgname-xtensa.patch::https://raw.githubusercontent.com/qca/open-ath9k-htc-firmware/1.3.2/local/patches/$_pkgname.patch) + $_pkgname-xtensa.patch) md5sums=('SKIP' - '7077126d96e9a755a0eaddb5505efe68') + 'd3c1408246493c42fc2b78508571f584') #validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93') prepare() { diff --git a/cross/cross-binutils/binutils-xtensa.patch b/cross/cross-binutils/binutils-xtensa.patch index 9a8ec65de..824677167 100644 --- a/cross/cross-binutils/binutils-xtensa.patch +++ b/cross/cross-binutils/binutils-xtensa.patch @@ -28869,16 +28869,6 @@ diff --git a/include/xtensa-config.h b/include/xtensa-config.h index 30f4f41..fe9b051 100644 --- a/include/xtensa-config.h +++ b/include/xtensa-config.h -@@ -1,7 +1,7 @@ - /* Xtensa configuration settings. -- Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 -+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 - Free Software Foundation, Inc. -- Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica. -+ Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by @@ -44,10 +44,7 @@ #define XCHAL_HAVE_L32R 1 |