diff options
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 7e2316cd4..446144c3d 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -2,16 +2,16 @@ # material, please see the LICENCE file in the top-level directory. config ADK_uclibc - boolean + bool config ADK_uclibc_ng - boolean + bool config ADK_glibc - boolean + bool config ADK_musl - boolean + bool config ADK_TARGET_LIBC string @@ -26,13 +26,14 @@ config ADK_LIBC_VERSION default "1.1.6" if ADK_TARGET_LIB_MUSL_1_1_6 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 + default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_UCLIBC_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ ADK_TARGET_LIB_GLIBC_GIT config ADK_TARGET_WITH_NPTL - boolean + bool default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_ARM && ADK_TARGET_UCLINUX default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_ARM && ADK_TARGET_UCLINUX default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_AVR32 |