From 2e7437825ba6314e91416e08941f3a4521ad9b81 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 8 Nov 2018 07:12:13 +0100 Subject: [PATCH] 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] --- cross/gcc-aarch64/APKBUILD | 2 +- cross/gcc-armhf/APKBUILD | 2 +- cross/gcc-x86_64/APKBUILD | 2 +- cross/gcc6-aarch64/APKBUILD | 2 +- cross/gcc6-armhf/APKBUILD | 2 +- cross/gcc6-x86_64/APKBUILD | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cross/gcc-aarch64/APKBUILD b/cross/gcc-aarch64/APKBUILD index 59c79c193..8f223c3bb 100644 --- a/cross/gcc-aarch64/APKBUILD +++ b/cross/gcc-aarch64/APKBUILD @@ -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" diff --git a/cross/gcc-armhf/APKBUILD b/cross/gcc-armhf/APKBUILD index 96c82137e..e1e0b3214 100644 --- a/cross/gcc-armhf/APKBUILD +++ b/cross/gcc-armhf/APKBUILD @@ -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" diff --git a/cross/gcc-x86_64/APKBUILD b/cross/gcc-x86_64/APKBUILD index 3379d99eb..861fc800b 100644 --- a/cross/gcc-x86_64/APKBUILD +++ b/cross/gcc-x86_64/APKBUILD @@ -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" diff --git a/cross/gcc6-aarch64/APKBUILD b/cross/gcc6-aarch64/APKBUILD index cf8af2f5b..6a40ab2a3 100644 --- a/cross/gcc6-aarch64/APKBUILD +++ b/cross/gcc6-aarch64/APKBUILD @@ -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" diff --git a/cross/gcc6-armhf/APKBUILD b/cross/gcc6-armhf/APKBUILD index 4b3bdd43f..c7991c7a1 100644 --- a/cross/gcc6-armhf/APKBUILD +++ b/cross/gcc6-armhf/APKBUILD @@ -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" diff --git a/cross/gcc6-x86_64/APKBUILD b/cross/gcc6-x86_64/APKBUILD index 7f176bf7d..65116afb0 100644 --- a/cross/gcc6-x86_64/APKBUILD +++ b/cross/gcc6-x86_64/APKBUILD @@ -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"