mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 08:50:17 +00:00
pstack: Disable build on riscv
It is not yet ported to riscv architecture Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
35256ab721
commit
f64fa6252c
@ -39,3 +39,6 @@ PACKAGES += "${PN}-dev"
|
|||||||
FILES:${PN}-dev += "${base_libdir}/*.so"
|
FILES:${PN}-dev += "${base_libdir}/*.so"
|
||||||
|
|
||||||
TOOLCHAIN = "gcc"
|
TOOLCHAIN = "gcc"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST:riscv64 = "null"
|
||||||
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user