mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
libc/uClibc: add 0.9.33.2
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
72f728acf4
commit
40bed13ba6
@ -21,6 +21,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config LIBC_UCLIBC_V_0_9_33_2
|
||||
bool
|
||||
prompt "0.9.33.2"
|
||||
select LIBC_UCLIBC_0_9_32_or_later
|
||||
|
||||
config LIBC_UCLIBC_V_0_9_33_1
|
||||
bool
|
||||
prompt "0.9.33.1"
|
||||
@ -101,6 +106,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.33.2" if LIBC_UCLIBC_V_0_9_33_2
|
||||
default "0.9.33.1" if LIBC_UCLIBC_V_0_9_33_1
|
||||
default "0.9.33" if LIBC_UCLIBC_V_0_9_33
|
||||
default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1
|
||||
|
Loading…
Reference in New Issue
Block a user