* [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
* Re: [Buildroot] [PATCH] package/libunwind: enable on riscv 64-bit glibc
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
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-02-03 7:54 UTC (permalink / raw)
To: Jimmy Durand Wesolowski
Cc: buildroot, guenther.harrasser, Vladimir Kondratiev
Hello,
Thanks for the patch, but Vladimir had already sent it, and it had
already been merged in Buildroot master. See more comments below
though.
On Mon, Feb 02, 2026 at 05:19:08PM +0200, Jimmy Durand Wesolowski via buildroot wrote:
> From: Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>
>
> Since version 1.8, libunwind supports 64-bit riscv,
> at least with glibc
>
> Change-Id: Ia06dad0215baa34bef33f7693bd76ffb66f3a32a
The Change-Id shouldn't appear in Buildroot commits, as it's not
relevant for the Buildroot development process.
> Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>
> (cherry picked from commit 180117f1ca693725f3b937341ac243a863f6746c)
This cherry picked message also doesn't make much sense in this
context.
> Signed-off-by: Jimmy Durand Wesolowski <jimmy.wesolowski@mobileye.com>
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [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