Skip to content

Commit

Permalink
Merge pull request #214 from bhundven/update_musl-libc
Browse files Browse the repository at this point in the history
musl-libc: update musl-libc mainline to 1.1.12
  • Loading branch information
bhundven committed Oct 20, 2015
2 parents 720e0b4 + 539db52 commit 5373a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/libc/musl.in
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 5373a33

Please sign in to comment.