Merge pull request #214 from bhundven/update_musl-libc

musl-libc: update musl-libc mainline to 1.1.12
This commit is contained in:
Bryan Hundven 2015-10-20 01:08:37 -07:00
commit 5373a33a18

View File

@ -20,7 +20,7 @@ choice
config LIBC_MUSL_V_1_1
bool
prompt "1.1.11 (Mainline)"
prompt "1.1.12 (Mainline)"
depends on EXPERIMENTAL
config LIBC_MUSL_V_1_0
@ -38,6 +38,6 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "1.1.11" if LIBC_MUSL_V_1_1
default "1.1.12" if LIBC_MUSL_V_1_1
default "1.0.5" if LIBC_MUSL_V_1_0
default "custom" if LIBC_MUSL_V_CUSTOM