diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-02-29 13:20:26 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-02-29 13:20:26 -0800 |
commit | 38bac5781acfbb19a9e7e3bb37a332178a6e754c (patch) | |
tree | 8c69c42604459031db8e0d7d296b23301bd3c189 | |
parent | c1c03aa27c27e4e96be6486d90093babc6f1b638 (diff) | |
parent | b30443458df98ba1f22128a03bac8597d9f9e2e3 (diff) | |
download | crosstool-ng-38bac5781acfbb19a9e7e3bb37a332178a6e754c.tar.gz crosstool-ng-38bac5781acfbb19a9e7e3bb37a332178a6e754c.tar.bz2 crosstool-ng-38bac5781acfbb19a9e7e3bb37a332178a6e754c.zip |
Merge pull request #358 from bhundven/musl_update
musl-libc: Update to 1.1.14
-rw-r--r-- | config/libc/musl.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/config/libc/musl.in b/config/libc/musl.in index 522478a8..00d98eae 100644 --- a/config/libc/musl.in +++ b/config/libc/musl.in @@ -54,20 +54,15 @@ choice config LIBC_MUSL_V_1_1 bool - prompt "1.1.12 (Mainline)" + prompt "1.1.14 (Mainline)" depends on EXPERIMENTAL -config LIBC_MUSL_V_1_0 - bool - prompt "1.0.5 (Stable)" - endchoice config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "1.1.12" if LIBC_MUSL_V_1_1 - default "1.0.5" if LIBC_MUSL_V_1_0 + default "1.1.14" if LIBC_MUSL_V_1_1 endif # ! LIBC_MUSL_CUSTOM |