libunwind: Enable for rv64

Message ID 20211202172841.29931-1-raj.khem@gmail.com
State Accepted, archived
Commit 2b2f6ff01efd73d31084caab63138117500b2228
Headers show
Series libunwind: Enable for rv64 | expand

Commit Message

Khem Raj Dec. 2, 2021, 5:28 p.m. UTC
1.6.0+ has rv64 supports now.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-support/libunwind/libunwind_1.6.0.bb | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/meta/recipes-support/libunwind/libunwind_1.6.0.bb b/meta/recipes-support/libunwind/libunwind_1.6.0.bb
index 81b364fc5ef..91189fdb71c 100644
--- a/meta/recipes-support/libunwind/libunwind_1.6.0.bb
+++ b/meta/recipes-support/libunwind/libunwind_1.6.0.bb
@@ -16,7 +16,6 @@  EXTRA_OECONF:append:libc-musl = " --disable-documentation --disable-tests --enab
 ARM_INSTRUCTION_SET:armv4 = "arm"
 ARM_INSTRUCTION_SET:armv5 = "arm"
 
-COMPATIBLE_HOST:riscv64 = "null"
 COMPATIBLE_HOST:riscv32 = "null"
 
 LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"