From cf8093447f728ee8b6f3375b7131800ebb688bfa Mon Sep 17 00:00:00 2001 From: Austin Morton Date: Sun, 16 Sep 2012 14:12:22 -0400 Subject: libc/newlib: add newlib 1.20.0 support Signed-off-by: Austin Morton --- config/libc/newlib.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/libc') diff --git a/config/libc/newlib.in b/config/libc/newlib.in index b95aff80..35c3fcfd 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 -- cgit v1.2.3