* [Buildroot] [PATCH 1/1] package/libunwind: enable on riscv 64-bit glibc
@ 2025-07-07 6:45 Vladimir Kondratiev via buildroot
2025-07-07 17:45 ` Julien Olivain via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Kondratiev via buildroot @ 2025-07-07 6:45 UTC (permalink / raw)
To: buildroot; +Cc: Vladimir Kondratiev
Since version 1.8, libunwind supports 64-bit riscv,
at least with glibc
Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>
---
package/libunwind/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libunwind/Config.in b/package/libunwind/Config.in
index 08f7f879c929..dd8cc72926d1 100644
--- a/package/libunwind/Config.in
+++ b/package/libunwind/Config.in
@@ -26,7 +26,7 @@ config BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS
default y if BR2_TOOLCHAIN_USES_GLIBC && \
(BR2_ARM_CPU_HAS_ARM || BR2_aarch64 || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_sh || \
- BR2_i386 || BR2_x86_64)
+ BR2_i386 || BR2_x86_64 || (BR2_riscv && BR2_ARCH_IS_64))
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
(BR2_ARM_CPU_HAS_ARM || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_x86_64)
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-07 17:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 6:45 [Buildroot] [PATCH 1/1] package/libunwind: enable on riscv 64-bit glibc Vladimir Kondratiev via buildroot
2025-07-07 17:45 ` Julien Olivain via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.