summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-27 18:37:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-27 18:37:13 +0200
commit45a9ad52e9180ffd9e01389a6a48542eb5bf66f7 (patch)
tree584a53f02fbf7f58224e675e1176fec255cbf824 /target/config
parent99ef028282b95d908836d0df8edc7200fbb728ff (diff)
newlib: update to latest 2.2.x/2.3.x versions
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.libc5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 4c713223a..12b1f8f9f 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -163,6 +163,10 @@ config ADK_TARGET_LIB_MUSL_GIT
bool "git"
depends on ADK_TARGET_LIB_MUSL
+config ADK_TARGET_LIB_NEWLIB_2_3_0
+ bool "2.3.0"
+ depends on ADK_TARGET_LIB_NEWLIB
+
config ADK_TARGET_LIB_NEWLIB_2_2_0
bool "2.2.0"
depends on ADK_TARGET_LIB_NEWLIB
@@ -216,6 +220,7 @@ config ADK_LIBC_VERSION
default "2.22" if ADK_TARGET_LIB_GLIBC_2_22
default "2.21" if ADK_TARGET_LIB_GLIBC_2_21
default "2.20-or1k" if ADK_TARGET_LIB_GLIBC_OR1K
+ default "2.3.0" if ADK_TARGET_LIB_NEWLIB_2_3_0
default "2.2.0" if ADK_TARGET_LIB_NEWLIB_2_2_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
ADK_TARGET_LIB_MUSL_GIT || \