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 | |
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.)
-rw-r--r-- | libre/x86_64-pc-linux-gnu-binutils/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/x86_64-pc-linux-gnu-gcc/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/libre/x86_64-pc-linux-gnu-gcc/PKGBUILD b/libre/x86_64-pc-linux-gnu-gcc/PKGBUILD index 25e3257cd..f0395fd3f 100644 --- a/libre/x86_64-pc-linux-gnu-gcc/PKGBUILD +++ b/libre/x86_64-pc-linux-gnu-gcc/PKGBUILD @@ -8,7 +8,7 @@ pkgver=$_pkgver${_snapshot/*-/+} _islver=0.19 pkgrel=1 pkgdesc="The GNU Compiler Collection - cross compiler for x86_64 target" -arch=('x86_64' 'i686' 'armv7h') +arch=('i686' 'armv7h') url='http://gcc.gnu.org/' license=(GPL LGPL FDL) depends=($_target-binutils libmpc zlib) |