diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-14 00:03:45 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-14 14:58:42 -0800 |
commit | 130a2bc0216759520a4b95358a4b6475957191da (patch) | |
tree | 94fd8b7913928a08232a565660c82cdd241560c6 /config/libc/musl.in | |
parent | c7e2e11059d0ac46f5aba156e535e7064387a5e3 (diff) | |
download | crosstool-ng-130a2bc0216759520a4b95358a4b6475957191da.tar.gz crosstool-ng-130a2bc0216759520a4b95358a4b6475957191da.tar.bz2 crosstool-ng-130a2bc0216759520a4b95358a4b6475957191da.zip |
Add musl 1.1.16.
Patch we had for 1.0.4/1.1.5 is now upstream.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc/musl.in')
-rw-r--r-- | config/libc/musl.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/libc/musl.in b/config/libc/musl.in index 3e0b5a12..5ea166f1 100644 --- a/config/libc/musl.in +++ b/config/libc/musl.in @@ -53,17 +53,23 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config LIBC_MUSL_V_1_1 +config LIBC_MUSL_V_1_1_16 bool - prompt "1.1.15 (Mainline)" + prompt "1.1.16" depends on EXPERIMENTAL +config LIBC_MUSL_V_1_1_15 + bool + prompt "1.1.15 (OBSOLETE)" + depends on EXPERIMENTAL && OBSOLETE + endchoice config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "1.1.15" if LIBC_MUSL_V_1_1 + default "1.1.16" if LIBC_MUSL_V_1_1_16 + default "1.1.15" if LIBC_MUSL_V_1_1_15 endif # ! LIBC_MUSL_CUSTOM |