diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index b663ce46a..95872f930 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -234,7 +234,7 @@ config ADK_LIBC_VERSION default "1.0.29" if ADK_TARGET_LIB_UCLIBC_NG_1_0_29 default "1.1.19" if ADK_TARGET_LIB_MUSL_1_1_19 default "2.27" if ADK_TARGET_LIB_GLIBC_2_27 - default "3.0.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 + default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ ADK_TARGET_LIB_GLIBC_GIT || \ |