summaryrefslogtreecommitdiffstats
path: root/package/uclibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-21 20:21:57 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-01-22 22:25:00 +0100
commite6aeb9e803cee01429bb934ca671686f46740725 (patch)
treed18c40503de35941315d2adf812b84de5a8755e8 /package/uclibc
parentfc7f8d12a2af7efd3a1c89053b481d9ea25cc476 (diff)
downloadbuildroot-e6aeb9e803cee01429bb934ca671686f46740725.tar.gz
buildroot-e6aeb9e803cee01429bb934ca671686f46740725.zip
uclibc-ng: enable NPTL for m68k/microblaze
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@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/uclibc')
-rw-r--r--package/uclibc/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 90e2f30f0f..0e24b25441 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
OpenPOWER on IntegriCloud