diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-07 00:01:50 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-07 00:01:50 +0200 |
commit | 25d4041090b8074afd7134afc18fa0466eb8cd54 (patch) | |
tree | 071895acf69fece8bf2fedcf636b78bae46a9609 /config/libc/newlib.in | |
parent | 887aefc742230be29499df92ad91e9ca73b3895d (diff) | |
download | crosstool-ng-25d4041090b8074afd7134afc18fa0466eb8cd54.tar.gz crosstool-ng-25d4041090b8074afd7134afc18fa0466eb8cd54.tar.bz2 crosstool-ng-25d4041090b8074afd7134afc18fa0466eb8cd54.zip |
libc/newlib: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/libc/newlib.in')
-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 a1b89a68..b95aff80 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_19_0 + bool + prompt "1.19.0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_NEWLIB_V_1_18_0 bool prompt "1.18.0 (EXPERIMENTAL)" @@ -49,6 +54,7 @@ config LIBC_VERSION prompt "use CVS tag" if LIBC_NEWLIB_CVS # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 help |