From e196067b6a45a3499af880f5c49c2e7a87d42eee Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Fri, 8 Feb 2019 22:13:40 +0100 Subject: libre/x86_64-pc-linux-gnu-*: removed x86_64 from arch (cross compilers, duh.) --- libre/x86_64-pc-linux-gnu-binutils/PKGBUILD | 2 +- libre/x86_64-pc-linux-gnu-gcc/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libre') 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) -- cgit v1.2.3