summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAustin Morton <austinpmorton@gmail.com>2012-09-16 18:12:22 (GMT)
committerAustin Morton <austinpmorton@gmail.com>2012-09-16 18:12:22 (GMT)
commitcf8093447f728ee8b6f3375b7131800ebb688bfa (patch)
tree26ef2961bf1f3f3a99e52836716f276aad094f4e /config
parent649c04594ade8fddca88c084fc0aa4a4f9cdad33 (diff)
libc/newlib: add newlib 1.20.0 support
Signed-off-by: Austin Morton <austinpmorton@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/libc/newlib.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in
index b95aff8..35c3fcf 100644
--- a/config/libc/newlib.in
+++ b/config/libc/newlib.in
@@ -17,6 +17,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_NEWLIB_V_1_20_0
+ bool
+ prompt "1.20.0 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
config LIBC_NEWLIB_V_1_19_0
bool
prompt "1.19.0 (EXPERIMENTAL)"
@@ -54,6 +59,7 @@ config LIBC_VERSION
prompt "use CVS tag" if LIBC_NEWLIB_CVS
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "1.20.0" if LIBC_NEWLIB_V_1_20_0
default "1.19.0" if LIBC_NEWLIB_V_1_19_0
default "1.18.0" if LIBC_NEWLIB_V_1_18_0
default "1.17.0" if LIBC_NEWLIB_V_1_17_0