diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-09-09 11:01:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-09 11:01:03 -0700 |
commit | 3a36f30ad7f6c9ceac205f5eb189cb74922392a9 (patch) | |
tree | 771b84512bf3bad1d38aed0e0133e9ae54df251c /config/libc | |
parent | 1e4040e01118b21225b46f69b698631be5912376 (diff) | |
parent | 4b4082785d2a68d225d9791b023e68f23d9d6f3c (diff) | |
download | crosstool-ng-3a36f30ad7f6c9ceac205f5eb189cb74922392a9.tar.gz crosstool-ng-3a36f30ad7f6c9ceac205f5eb189cb74922392a9.tar.bz2 crosstool-ng-3a36f30ad7f6c9ceac205f5eb189cb74922392a9.zip |
Merge pull request #389 from dajamminyogesh/master
gcc: Added 6.1.0 to version list
Diffstat (limited to 'config/libc')
-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 ff84448b..3e0b5a12 100644 --- a/config/libc/musl.in +++ b/config/libc/musl.in @@ -55,7 +55,7 @@ choice config LIBC_MUSL_V_1_1 bool - prompt "1.1.14 (Mainline)" + prompt "1.1.15 (Mainline)" depends on EXPERIMENTAL endchoice @@ -64,6 +64,6 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "1.1.14" if LIBC_MUSL_V_1_1 + default "1.1.15" if LIBC_MUSL_V_1_1 endif # ! LIBC_MUSL_CUSTOM |