cross/gcc*: set arch to x86_64 only

This covers most use cases and saves a lot of build time. Can be
changed on demand. Again, this simplifies package building as part of
the new build infrastructure effort. [skip ci]
This commit is contained in:
Oliver Smith 2018-11-08 07:12:13 +01:00
parent 9b4a1b0a53
commit 2e7437825b
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
6 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ pkgname="gcc-aarch64"
pkgrel=0
pkgdesc="Stage2 cross-compiler for aarch64"
url="http://gcc.gnu.org"
arch="armhf x86_64 x86"
arch="x86_64"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-aarch64"

View file

@ -32,7 +32,7 @@ pkgname="gcc-armhf"
pkgrel=0
pkgdesc="Stage2 cross-compiler for armhf"
url="http://gcc.gnu.org"
arch="aarch64 x86_64 x86"
arch="x86_64"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-armhf"

View file

@ -32,7 +32,7 @@ pkgname="gcc-x86_64"
pkgrel=0
pkgdesc="Stage2 cross-compiler for x86_64"
url="http://gcc.gnu.org"
arch="armhf aarch64 x86"
arch="x86_64"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-x86_64"

View file

@ -27,7 +27,7 @@ pkgver=6.4.0
pkgrel=5
pkgdesc="Stage2 cross-compiler for aarch64"
url="http://gcc.gnu.org"
arch="armhf x86_64 x86"
arch="x86_64"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-aarch64"

View file

@ -27,7 +27,7 @@ pkgver=6.4.0
pkgrel=5
pkgdesc="Stage2 cross-compiler for armhf"
url="http://gcc.gnu.org"
arch="aarch64 x86_64 x86"
arch="x86_64"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-armhf"

View file

@ -27,7 +27,7 @@ pkgver=6.4.0
pkgrel=5
pkgdesc="Stage2 cross-compiler for x86_64"
url="http://gcc.gnu.org"
arch="armhf aarch64 x86"
arch="x86_64"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-x86_64"