main/gcc4: disable on riscv64 (MR 3583)

This commit is contained in:
Luca Weiss 2022-10-24 13:05:29 +02:00 committed by Oliver Smith
parent 8b3c4eb6d3
commit 9d15b45746
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -4,7 +4,7 @@ _pkgver=4.9.2
pkgrel=7
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"