mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +00:00
pstack: Ignore on musl and arm systems
It does not build on these systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -41,3 +41,5 @@ TOOLCHAIN = "gcc"
|
|||||||
|
|
||||||
COMPATIBLE_HOST:riscv64 = "null"
|
COMPATIBLE_HOST:riscv64 = "null"
|
||||||
COMPATIBLE_HOST:riscv32 = "null"
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
|
COMPATIBLE_HOST:arm = "null"
|
||||||
|
COMPATIBLE_HOST:libc-musl = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user