From 766020c8119e3bef2ecfa4a1c300455f09c15cca Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Mon, 24 Oct 2022 13:05:42 +0200 Subject: [PATCH] main/gcc6: disable on riscv64 (MR 3583) [ci:skip-vercheck]: Changing arches doesn't require a rebuild [ci:skip-build]: already built successfully in CI --- main/gcc6/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gcc6/APKBUILD b/main/gcc6/APKBUILD index 1039e3c8f..04853d6b9 100644 --- a/main/gcc6/APKBUILD +++ b/main/gcc6/APKBUILD @@ -4,7 +4,7 @@ _pkgver=6.4.0 pkgrel=12 pkgdesc="Old GCC for old vendor kernels (C compiler only)" url="http://gcc.gnu.org" -arch="all" +arch="all !riscv64" # riscv64: doesn't build license="GPL LGPL" _gccrel=$_pkgver-r$pkgrel depends="binutils mpc1"