mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
1758d5589f
commit
03c66e2ba3
|
|
@ -41,3 +41,5 @@ TOOLCHAIN = "gcc"
|
|||
|
||||
COMPATIBLE_HOST:riscv64 = "null"
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
COMPATIBLE_HOST:arm = "null"
|
||||
COMPATIBLE_HOST:libc-musl = "null"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user