All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libucontext: allow uClibc toolchains
@ 2024-07-21  7:50 Waldemar Brodkorb
  2024-07-21 16:25 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2024-07-21  7:50 UTC (permalink / raw)
  To: buildroot

With commit f761a8c4516d88d70ae6f5d192fdb99cafa761a6 it is
possible to use external libucontext together with uClibc toolchains.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/libucontext/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libucontext/Config.in b/package/libucontext/Config.in
index 84a6e89f23..e9e0077a6d 100644
--- a/package/libucontext/Config.in
+++ b/package/libucontext/Config.in
@@ -22,7 +22,7 @@ config BR2_PACKAGE_LIBUCONTEXT_ARCH_SUPPORTS
 	default y if BR2_sh4aeb
 	default y if BR2_i386
 	default y if BR2_x86_64
-	depends on BR2_TOOLCHAIN_USES_MUSL
+	depends on BR2_TOOLCHAIN_USES_MUSL || BR2_TOOLCHAIN_USES_UCLIBC
 
 config BR2_PACKAGE_LIBUCONTEXT
 	bool "libucontext"
-- 
2.39.2

_______________________________________________
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/libucontext: allow uClibc toolchains
  2024-07-21  7:50 [Buildroot] [PATCH] package/libucontext: allow uClibc toolchains Waldemar Brodkorb
@ 2024-07-21 16:25 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-21 16:25 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot

On Sun, 21 Jul 2024 09:50:42 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> With commit f761a8c4516d88d70ae6f5d192fdb99cafa761a6 it is
> possible to use external libucontext together with uClibc toolchains.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/libucontext/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

This is true, but it will cause a lot of build failures as Bootlin
toolchains have not yet been rebuilt with the uClibc change. I think we
at least need to wait until Bootlin toolchains are updated with this
patch before we can merge such a change.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
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:[~2024-07-21 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-21  7:50 [Buildroot] [PATCH] package/libucontext: allow uClibc toolchains Waldemar Brodkorb
2024-07-21 16:25 ` Thomas Petazzoni 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.