diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-12-30 22:04:24 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-12-30 22:04:24 +0100 |
commit | 13a05a472080b90b252385cb1ab88aca84dd704c (patch) | |
tree | 21be829cfa21692b9d7e553a316cd0a10ffaa1e0 /config | |
parent | 75e87aa5f2b852afaea90131c8f25eddd46a4a6a (diff) | |
download | crosstool-ng-13a05a472080b90b252385cb1ab88aca84dd704c.tar.gz crosstool-ng-13a05a472080b90b252385cb1ab88aca84dd704c.tar.bz2 crosstool-ng-13a05a472080b90b252385cb1ab88aca84dd704c.zip |
libc/uClibc: add latest version
Add 0.9.32.1
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/uClibc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 8ba4a688..074fe2a3 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -21,6 +21,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_UCLIBC_V_0_9_32_1 + bool + prompt "0.9.32.1" + select LIBC_UCLIBC_0_9_32_or_later + config LIBC_UCLIBC_V_0_9_32 bool prompt "0.9.32" @@ -86,6 +91,7 @@ config LIBC_VERSION prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1 default "0.9.32" if LIBC_UCLIBC_V_0_9_32 default "0.9.31" if LIBC_UCLIBC_V_0_9_31 default "0.9.30.3" if LIBC_UCLIBC_V_0_9_30_3 |