All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 1/3] uclibc: enable NPTL for or1k
@ 2017-11-30  5:58 Waldemar Brodkorb
  2017-11-30 10:39 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2017-11-30  5:58 UTC (permalink / raw)
  To: buildroot

With 1.0.27 NPTL for or1k is improved and can be used
by default.

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

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 3b4f91da91..47f25b5c1b 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -48,7 +48,7 @@ choice
 config BR2_PTHREADS_NATIVE
 	bool "Native POSIX Threading (NPTL)"
 	depends on BR2_USE_MMU
-	depends on !BR2_m68k && !BR2_microblaze && !BR2_or1k
+	depends on !BR2_m68k && !BR2_microblaze
 	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH next 1/3] uclibc: enable NPTL for or1k
  2017-11-30  5:58 [Buildroot] [PATCH next 1/3] uclibc: enable NPTL for or1k Waldemar Brodkorb
@ 2017-11-30 10:39 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-11-30 10:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 30 Nov 2017 06:58:54 +0100, Waldemar Brodkorb wrote:
> With 1.0.27 NPTL for or1k is improved and can be used
> by default.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/uclibc/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

All three patches applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-30 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30  5:58 [Buildroot] [PATCH next 1/3] uclibc: enable NPTL for or1k Waldemar Brodkorb
2017-11-30 10:39 ` Thomas Petazzoni

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.