summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-26 19:35:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-26 19:35:24 +0100
commit6585330b6f9098e68bc4368711bbebe3663278cf (patch)
treefd5175fc5b13bfc57faba45ca79d9a056a386517
parent34fbc5008bd2592797e9165387045328f36d7305 (diff)
use libc for native build to avoid native_native
-rw-r--r--target/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in
index 1754aa3a0..12b2bfb0e 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -201,12 +201,15 @@ config ADK_eglibc
config ADK_glibc
tristate
+config ADK_libc
+ tristate
+
config ADK_LIBC
string
default "uclibc" if ADK_uclibc
default "eglibc" if ADK_eglibc
default "glibc" if ADK_glibc
- default "native" if ADK_NATIVE
+ default "libc" if ADK_libc
menu "Target system"
choice
@@ -231,6 +234,7 @@ default ADK_LINUX_X86
config ADK_LINUX_NATIVE
bool "native build"
+ select ADK_libc
select ADK_NATIVE
select ADK_TARGET_WITH_VGA
select ADK_TARGET_WITH_USB