summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.libc')
-rw-r--r--target/config/Config.in.libc6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index fe9a8135a..6287a6e22 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -167,8 +167,8 @@ config ADK_TARGET_LIB_MUSL_GIT
bool "git"
depends on ADK_TARGET_LIB_MUSL && ADK_EXPERIMENTAL
-config ADK_TARGET_LIB_NEWLIB_3_0_0
- bool "3.0.0"
+config ADK_TARGET_LIB_NEWLIB_3_1_0
+ bool "3.1.0"
depends on ADK_TARGET_LIB_NEWLIB \
&& !ADK_TARGET_ARCH_XTENSA
@@ -201,7 +201,7 @@ config ADK_LIBC_VERSION
default "1.0.32" if ADK_TARGET_LIB_UCLIBC_NG_1_0_32
default "1.1.23" if ADK_TARGET_LIB_MUSL_1_1_23
default "2.30" if ADK_TARGET_LIB_GLIBC_2_30
- default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0
+ default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
ADK_TARGET_LIB_MUSL_GIT || \
ADK_TARGET_LIB_GLIBC_GIT || \