diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-27 00:57:26 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-27 00:57:26 +0100 |
commit | d565297b97ee51c8e25325c0a860e3744220c55e (patch) | |
tree | b265ffb4b1d1dc99dc6468e10b4e85a694dab079 | |
parent | db5b6a49153a5cb88886cc129f9edd845f40ee06 (diff) | |
download | crosstool-ng-d565297b97ee51c8e25325c0a860e3744220c55e.tar.gz crosstool-ng-d565297b97ee51c8e25325c0a860e3744220c55e.tar.bz2 crosstool-ng-d565297b97ee51c8e25325c0a860e3744220c55e.zip |
libc/newlib: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-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 583af1ee..08d0a195 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -18,6 +18,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_NEWLIB_V_2_0_0 + bool + prompt "2.0.0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_NEWLIB_V_1_20_0 bool prompt "1.20.0" @@ -57,6 +62,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.0.0" if LIBC_NEWLIB_V_2_0_0 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 |