summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-05-13 20:22:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-13 20:23:18 +0200
commit2ca806ecec85fc6e410ef3ae9e37c2879ee7ecfd (patch)
tree2f4cf42778477c669370f79d484f11ec6276cdfc /target/config
parent997bed07d4cfe05ecfec2b7daa715c479966e207 (diff)
or1k: allow to test uClibc-ng NPTL support
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.cpu6
1 files changed, 2 insertions, 4 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index 5eadc4e92..8d2dcb9bf 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -951,13 +951,11 @@ config ADK_TARGET_CPU_NIOS2
config ADK_TARGET_CPU_OR1K
bool "or1k"
select ADK_TARGET_SUPPORTS_THREADS
- select ADK_TARGET_SUPPORTS_LT if ADK_TARGET_LIB_UCLIBC_NG
- select ADK_TARGET_SUPPORTS_NPTL if ADK_TARGET_LIB_MUSL
- select ADK_TARGET_SUPPORTS_NPTL if ADK_TARGET_LIB_GLIBC
+ select ADK_TARGET_SUPPORTS_LT
+ select ADK_TARGET_SUPPORTS_NPTL
select ADK_TARGET_WITH_MMU
depends on ADK_TARGET_ARCH_OR1K
-
# ppc32
config ADK_TARGET_CPU_PPC
bool "ppc"