Skip to content

Commit

Permalink
Merge pull request #158 from bhundven/musl_update
Browse files Browse the repository at this point in the history
musl: Update mainline to 1.1.11
  • Loading branch information
bhundven committed Sep 2, 2015
2 parents dd34ed9 + 0c79cfa commit c5fbb87
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.9 (Mainline)"
prompt "1.1.11 (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.9" if LIBC_MUSL_V_1_1
default "1.1.11" 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 c5fbb87

Please sign in to comment.