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:
Khem Raj 2025-07-09 20:16:57 -07:00
parent 1758d5589f
commit 03c66e2ba3
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -41,3 +41,5 @@ TOOLCHAIN = "gcc"
COMPATIBLE_HOST:riscv64 = "null"
COMPATIBLE_HOST:riscv32 = "null"
COMPATIBLE_HOST:arm = "null"
COMPATIBLE_HOST:libc-musl = "null"