summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-05 10:42:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-05 19:35:22 +0100
commit91c96ee1dd60781fb6990c5378e48d8e0aef1c18 (patch)
tree19fead4198f43fe1dcea788801af47aa71d1e173 /target/config/Config.in.libc.choice
parent01cd87aa87d783c1a1ea00a6b1e56d3a07d45f96 (diff)
support non-thread build
Diffstat (limited to 'target/config/Config.in.libc.choice')
-rw-r--r--target/config/Config.in.libc.choice12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index 9a3587131..9666e84ec 100644
--- a/target/config/Config.in.libc.choice
+++ b/target/config/Config.in.libc.choice
@@ -104,3 +104,15 @@ config ADK_TARGET_LIB_MUSL_GIT
depends on ADK_TARGET_LIB_MUSL
endchoice
+
+choice
+prompt "Threading"
+depends on ADK_TARGET_LIB_UCLIBC || ADK_TARGET_LIB_UCLIBC_NG
+
+config ADK_TARGET_LIB_WITH_THREADS
+ bool "enable threads"
+
+config ADK_TARGET_LIB_WITHOUT_THREADS
+ bool "disable threads"
+
+endchoice