summaryrefslogtreecommitdiff
path: root/libre/x86_64-pc-linux-gnu-gcc
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-08 22:13:40 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-08 22:13:40 +0100
commite196067b6a45a3499af880f5c49c2e7a87d42eee (patch)
tree66e3aee6744fc2e59910abea5c448f836fd105ab /libre/x86_64-pc-linux-gnu-gcc
parentef5658ff319cd41bd56e10bd6496a05aae71d897 (diff)
libre/x86_64-pc-linux-gnu-*: removed x86_64 from arch (cross compilers, duh.)
Diffstat (limited to 'libre/x86_64-pc-linux-gnu-gcc')
-rw-r--r--libre/x86_64-pc-linux-gnu-gcc/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)