diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-20 01:07:39 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-20 01:07:39 -0700 |
commit | 539db52b62f01a0e08a8723b59bed10f30a670c8 (patch) | |
tree | 1150b15ff7afa7b825c6b048085c93fe6288325e /config | |
parent | 720e0b4a1e2561ec686694135ea13cd7a6a13bb9 (diff) | |
download | crosstool-ng-539db52b62f01a0e08a8723b59bed10f30a670c8.tar.gz crosstool-ng-539db52b62f01a0e08a8723b59bed10f30a670c8.tar.bz2 crosstool-ng-539db52b62f01a0e08a8723b59bed10f30a670c8.zip |
musl-libc: update musl-libc mainline to 1.1.12
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/musl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/musl.in b/config/libc/musl.in index f5b4fc0b..8df09df1 100644 --- a/config/libc/musl.in +++ b/config/libc/musl.in @@ -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 |