diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-10 17:32:32 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-10 17:32:32 +0100 |
commit | 09f87e1ecbc5c5aaa2b19c85f8ce375f39a09899 (patch) | |
tree | 1d87c547fd036b3f423c31caffe9238d25fe22db | |
parent | eace0275b96180b9195636376c56e2a0ce8769cc (diff) | |
download | crosstool-ng-09f87e1ecbc5c5aaa2b19c85f8ce375f39a09899.tar.gz crosstool-ng-09f87e1ecbc5c5aaa2b19c85f8ce375f39a09899.tar.bz2 crosstool-ng-09f87e1ecbc5c5aaa2b19c85f8ce375f39a09899.zip |
libc/newlib: add latest version
-rw-r--r-- | config/libc/newlib.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 446cb4d2..d3ef45cb 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -16,6 +16,11 @@ choice # 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 @@ config LIBC_VERSION 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. |