diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-06-27 00:12:29 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-06-27 00:12:29 +0200 |
commit | b7e9cbb06c2ec324e6ae12b04e73d2f4c87c6a5b (patch) | |
tree | 175db9c73909978646e4e077516ace347141f727 /config/libc/uClibc.in | |
parent | d0f914810538c85aa456f2ac26fb6e1cc5f688f7 (diff) | |
download | crosstool-ng-b7e9cbb06c2ec324e6ae12b04e73d2f4c87c6a5b.tar.gz crosstool-ng-b7e9cbb06c2ec324e6ae12b04e73d2f4c87c6a5b.tar.bz2 crosstool-ng-b7e9cbb06c2ec324e6ae12b04e73d2f4c87c6a5b.zip |
libc/uClibc: add latest release 0.9.32 + patchset
The patchset was obtained by dumping each changeset on the
upstream 0.9.32 branch since the release:
git log v0.9.32..origin/0.9.32 |sed -r -e '/^commit/!d; s/.* //;' |tac
and then creating a patch from each changeset.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/libc/uClibc.in')
-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 64a5fca7..aa2068bd 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -16,6 +16,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_UCLIBC_V_0_9_32 + bool + prompt "0.9.32" + select LIBC_UCLIBC_0_9_30_or_later + config LIBC_UCLIBC_V_0_9_31 bool prompt "0.9.31 (EXPERIMENTAL)" @@ -76,6 +81,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" 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 default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2 |