diff options
Diffstat (limited to 'meta-oe/recipes-devtools/pstack/pstack.inc')
-rw-r--r-- | meta-oe/recipes-devtools/pstack/pstack.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/pstack/pstack.inc b/meta-oe/recipes-devtools/pstack/pstack.inc index 1c85b12061..ef5ba03e59 100644 --- a/meta-oe/recipes-devtools/pstack/pstack.inc +++ b/meta-oe/recipes-devtools/pstack/pstack.inc | |||
@@ -39,3 +39,6 @@ PACKAGES += "${PN}-dev" | |||
39 | FILES:${PN}-dev += "${base_libdir}/*.so" | 39 | FILES:${PN}-dev += "${base_libdir}/*.so" |
40 | 40 | ||
41 | TOOLCHAIN = "gcc" | 41 | TOOLCHAIN = "gcc" |
42 | |||
43 | COMPATIBLE_HOST:riscv64 = "null" | ||
44 | COMPATIBLE_HOST:riscv32 = "null" | ||