diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-08 22:13:40 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-08 22:13:40 +0100 |
commit | e196067b6a45a3499af880f5c49c2e7a87d42eee (patch) | |
tree | 66e3aee6744fc2e59910abea5c448f836fd105ab /libre/x86_64-pc-linux-gnu-binutils/PKGBUILD | |
parent | ef5658ff319cd41bd56e10bd6496a05aae71d897 (diff) | |
download | abslibre-e196067b6a45a3499af880f5c49c2e7a87d42eee.tar.gz abslibre-e196067b6a45a3499af880f5c49c2e7a87d42eee.tar.bz2 abslibre-e196067b6a45a3499af880f5c49c2e7a87d42eee.zip |
libre/x86_64-pc-linux-gnu-*: removed x86_64 from arch (cross compilers, duh.)
Diffstat (limited to 'libre/x86_64-pc-linux-gnu-binutils/PKGBUILD')
-rw-r--r-- | libre/x86_64-pc-linux-gnu-binutils/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/x86_64-pc-linux-gnu-binutils/PKGBUILD b/libre/x86_64-pc-linux-gnu-binutils/PKGBUILD index cf79e6928..6232d6c84 100644 --- a/libre/x86_64-pc-linux-gnu-binutils/PKGBUILD +++ b/libre/x86_64-pc-linux-gnu-binutils/PKGBUILD @@ -5,7 +5,7 @@ pkgname=$_target-binutils pkgver=2.31.1 pkgrel=1 pkgdesc='A set of programs to assemble and manipulate binary and object files for the x86_64 target' -arch=('x86_64' 'i686' 'armv7h') +arch=('i686' 'armv7h') url='http://www.gnu.org/software/binutils/' license=(GPL) depends=(zlib) |