mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-10 22:43:56 +00:00
uClibc-ng: Update to 1.0.12
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
62abbd5052
commit
c20075fd21
@ -75,10 +75,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config LIBC_UCLIBC_NG_V_1_0_11
|
||||
config LIBC_UCLIBC_NG_V_1_0_12
|
||||
bool
|
||||
prompt "1.0.11"
|
||||
select LIBC_UCLIBC_NG_1_0_11_or_later
|
||||
prompt "1.0.12"
|
||||
select LIBC_UCLIBC_NG_1_0_12_or_later
|
||||
|
||||
config LIBC_UCLIBC_V_0_9_33_2
|
||||
bool
|
||||
@ -91,12 +91,12 @@ config LIBC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "1.0.11" if LIBC_UCLIBC_NG_V_1_0_11
|
||||
default "1.0.12" if LIBC_UCLIBC_NG_V_1_0_12
|
||||
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
|
||||
|
||||
endif # ! LIBC_UCLIBC_CUSTOM
|
||||
|
||||
config LIBC_UCLIBC_NG_1_0_11_or_later
|
||||
config LIBC_UCLIBC_NG_1_0_12_or_later
|
||||
bool
|
||||
select LIBC_UCLIBC_NG_1_0_0_or_later
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user