[Buildroot] [git commit] uclibc-ng: enable NPTL for m68k/microblaze

Peter Korsgaard peter at korsgaard.com
Mon Jan 22 21:25:00 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=e6aeb9e803cee01429bb934ca671686f46740725
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

With 1.0.28 NPTL support for m68k was added.
Microblaze is already supported for a while, enable it now to
benefit from it.

Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/uclibc/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 90e2f30..0e24b25 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -48,7 +48,6 @@ choice
 config BR2_PTHREADS_NATIVE
 	bool "Native POSIX Threading (NPTL)"
 	depends on BR2_USE_MMU
-	depends on !BR2_m68k && !BR2_microblaze
 	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
 


More information about the buildroot mailing list