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
This commit is contained in:
Luca Weiss 2022-10-24 13:05:42 +02:00 committed by Oliver Smith
parent 9d15b45746
commit 766020c811
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -4,7 +4,7 @@ _pkgver=6.4.0
pkgrel=12 pkgrel=12
pkgdesc="Old GCC for old vendor kernels (C compiler only)" pkgdesc="Old GCC for old vendor kernels (C compiler only)"
url="http://gcc.gnu.org" url="http://gcc.gnu.org"
arch="all" arch="all !riscv64" # riscv64: doesn't build
license="GPL LGPL" license="GPL LGPL"
_gccrel=$_pkgver-r$pkgrel _gccrel=$_pkgver-r$pkgrel
depends="binutils mpc1" depends="binutils mpc1"