From 91c96ee1dd60781fb6990c5378e48d8e0aef1c18 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 5 Mar 2015 10:42:39 +0100 Subject: support non-thread build --- target/config/Config.in.libc.choice | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/config/Config.in.libc.choice') 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 -- cgit v1.2.3