public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] config/libc: update musl-libc mainline to 1.1.5
@ 2014-10-14 18:10 Bryan Hundven
  0 siblings, 0 replies; only message in thread
From: Bryan Hundven @ 2014-10-14 18:10 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc, Bryan Hundven

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
---
 config/libc/musl.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/libc/musl.in b/config/libc/musl.in
index b3bec26..0ab7229 100644
--- a/config/libc/musl.in
+++ b/config/libc/musl.in
@@ -18,9 +18,9 @@ choice
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config LIBC_MUSL_V_1_1_4
+config LIBC_MUSL_V_1_1_5
     bool
-    prompt "1.1.4 (Mainline)"
+    prompt "1.1.5 (Mainline)"
     depends on EXPERIMENTAL
 
 config LIBC_MUSL_V_1_0_4
@@ -38,6 +38,6 @@ config LIBC_VERSION
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "1.1.4" if LIBC_MUSL_V_1_1_4
+    default "1.1.5" if LIBC_MUSL_V_1_1_5
     default "1.0.4" if LIBC_MUSL_V_1_0_4
     default "custom" if LIBC_MUSL_V_CUSTOM
-- 
2.1.1


--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-14 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-14 18:10 [PATCH] config/libc: update musl-libc mainline to 1.1.5 Bryan Hundven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).