mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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…
x
Reference in New Issue
Block a user