Buildroot Archive on 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox