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:
parent
9d15b45746
commit
766020c811
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue