Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libunwind: enable on riscv 64-bit glibc
@ 2026-02-02 15:19 Jimmy Durand Wesolowski via buildroot
  2026-02-03  7:54 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Jimmy Durand Wesolowski via buildroot @ 2026-02-02 15:19 UTC (permalink / raw)
  To: buildroot
  Cc: guenther.harrasser, Vladimir Kondratiev, Jimmy Durand Wesolowski

From: Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>

Since version 1.8, libunwind supports 64-bit riscv,
at least with glibc

Change-Id: Ia06dad0215baa34bef33f7693bd76ffb66f3a32a
Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>
(cherry picked from commit 180117f1ca693725f3b937341ac243a863f6746c)
Signed-off-by: Jimmy Durand Wesolowski <jimmy.wesolowski@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 08f7f879c9..dd8cc72926 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:[~2026-02-03  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 15:19 [Buildroot] [PATCH] package/libunwind: enable on riscv 64-bit glibc Jimmy Durand Wesolowski via buildroot
2026-02-03  7:54 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox