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:
parent
9b4a1b0a53
commit
2e7437825b
6 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue