diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-26 19:51:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-26 19:51:30 +0100 |
commit | c20a31273ad69179c6f2434118d434ec7e65c6e6 (patch) | |
tree | 27ff4762912a5d3324826f67965916311d17413e /target/Config.in | |
parent | 75f4a97302c2f1070661e58936bba75250c9e445 (diff) | |
parent | cc12f9f23c7c0bfebba4e8a2580f0c4596dc2726 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in index 4d93ece16..9d4b352f5 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 |