# HG changeset patch # User "Yann E. MORIN" # Date 1263141152 -3600 # Node ID 9f1fca384d6f7d9d77a13f7b12d31fe8db9645de # Parent a4298e0844ec66c57c86b6bc5ee6c3f859fc2a81 libc/newlib: add latest version diff -r a4298e0844ec -r 9f1fca384d6f config/libc/newlib.in --- a/config/libc/newlib.in Sun Jan 10 17:24:29 2010 +0100 +++ b/config/libc/newlib.in Sun Jan 10 17:32:32 2010 +0100 @@ -16,6 +16,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_NEWLIB_V_1_18_0 + bool + prompt "1.18.0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_NEWLIB_V_1_17_0 bool prompt "1.17.0" @@ -42,6 +47,7 @@ prompt "use CVS tag" if LIBC_NEWLIB_CVS # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "1.18.0" if LIBC_NEWLIB_V_1_18_0 default "1.17.0" if LIBC_NEWLIB_V_1_17_0 help Enter the tag you want to use.