summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-30 06:58:54 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-30 11:37:36 +0100
commitc0a1ad9d6b7e2e23f9e29c607276491a7ede108b (patch)
tree8945e8c368e7ba6212fabe7ab095d97d1d8669db
parente1432d28e9d5d326667174638658e1e629f3ba93 (diff)
downloadbuildroot-c0a1ad9d6b7e2e23f9e29c607276491a7ede108b.tar.gz
buildroot-c0a1ad9d6b7e2e23f9e29c607276491a7ede108b.zip
uclibc: enable NPTL for or1k
With 1.0.27 NPTL for or1k is improved and can be used by default. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/uclibc/Config.in2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud