diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-16 09:01:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-16 09:01:44 -0800 |
commit | 2b2c496f2a4dfa0d6f799a2ecc0f87a3d394c0a0 (patch) | |
tree | b374c7662d051c546769808e6641bdec3e267c46 /config/libc | |
parent | ef58f6c01cff805bc0f830e9e5444de07f8a65f7 (diff) | |
parent | 41bdf88156a1fca01ec2c03d246ffa7866441e44 (diff) | |
download | crosstool-ng-2b2c496f2a4dfa0d6f799a2ecc0f87a3d394c0a0.tar.gz crosstool-ng-2b2c496f2a4dfa0d6f799a2ecc0f87a3d394c0a0.tar.bz2 crosstool-ng-2b2c496f2a4dfa0d6f799a2ecc0f87a3d394c0a0.zip |
Merge pull request #536 from stilor/musl-update
Musl update to 1.1.16
Diffstat (limited to 'config/libc')
-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 |