mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Merge pull request #333 from bhundven/update_uclibc-ng
uClibc-ng: Update to 1.0.12
This commit is contained in:
commit
69eb570f19
@ -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…
Reference in New Issue
Block a user