diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-19 08:56:55 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-19 08:57:08 -0500 |
commit | fac3e853a3b99ea30f0face4bee7bebe1235e76d (patch) | |
tree | 4f33665b6ed0a69d78a8a38057b116759f4eb5ea /target/config/Config.in.libc.default | |
parent | a4c18f3be838c90b20732516f8b34925619011e3 (diff) |
remove lowercase symbols for C library
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index a247c8a64..3beadbd21 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -1,18 +1,6 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -config ADK_uclibc - bool - -config ADK_uclibc_ng - bool - -config ADK_glibc - bool - -config ADK_musl - bool - config ADK_TARGET_WITH_LT bool @@ -21,10 +9,10 @@ config ADK_TARGET_WITH_NPTL config ADK_TARGET_LIBC string - default "uclibc-ng" if ADK_uclibc_ng - default "uclibc" if ADK_uclibc - default "glibc" if ADK_glibc - default "musl" if ADK_musl + default "uclibc-ng" if ADK_TARGET_LIB_UCLIBC_NG + default "uclibc" if ADK_TARGET_LIB_UCLIBC + default "glibc" if ADK_TARGET_LIB_GLIBC + default "musl" if ADK_TARGET_LIB_MUSL config ADK_LIBC_VERSION string |