main/gcc4: disable on riscv64 (MR 3583)
This commit is contained in:
parent
8b3c4eb6d3
commit
9d15b45746
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ _pkgver=4.9.2
|
||||||
pkgrel=7
|
pkgrel=7
|
||||||
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