diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 39d4f30df..221c883da 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -169,8 +169,8 @@ config ADK_TARGET_LIB_MUSL_GIT bool "git" depends on ADK_TARGET_LIB_MUSL && ADK_EXPERIMENTAL -config ADK_TARGET_LIB_NEWLIB_3_1_0 - bool "3.1.0" +config ADK_TARGET_LIB_NEWLIB_3_3_0 + bool "3.3.0" depends on ADK_TARGET_LIB_NEWLIB \ && !ADK_TARGET_ARCH_XTENSA |