diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-02 03:10:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-02 03:13:31 +0200 |
commit | 4b1905319efbddf1faf666e4aeefaaa8ff382628 (patch) | |
tree | 1473b678c98eb8c56e7aca2e64ecdc7bd59e2e8e /target | |
parent | bdfc425becf0bb66494b3c80b9ff67df33db74ad (diff) |
bump newlib to 3.3.0
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 |