From patchwork Tue Oct 14 18:09:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Hundven X-Patchwork-Id: 399525 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6AB3614012C for ; Wed, 15 Oct 2014 05:10:08 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=pE7d3qa86x9kWmEg4kfc/pU4gj/LPrVzf73b8taHmQanbP8yWlaWv PLaKXEjdanvaMLTsSzuHqF+gqoR9c+rxj31R5Ejm4YKVCRzT7KI7mDMUHGpxxtrr Fzh6OG2aDc5Xq2kqaGcYiRC5K7Z6m8MftLGsBBc11hpBMvSz9BR3wY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; s=default; bh=3ALL7HHU8G+2qjJN9z6K9ZBjbwk=; b=xpjQnnETPWNh/pUA7USr51tkee0h O3d/SnUwDWNHlKCFvk71XKJR9aQbqqLsYb/ntQ7dYLEVnQeATGBGPOCuBQV8phhK Pfsoegk+yaStDnJfhTeLPN9r/0YUDjy+eIpshWTsV39Ay4sPP4Bf4aUi90h5TJjO FBU9IpQgkLqP5Vs= Received: (qmail 14019 invoked by alias); 14 Oct 2014 18:10:00 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 14004 invoked by uid 89); 14 Oct 2014 18:09:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f54.google.com Received: from mail-pa0-f54.google.com (HELO mail-pa0-f54.google.com) (209.85.220.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 14 Oct 2014 18:09:57 +0000 Received: by mail-pa0-f54.google.com with SMTP id ey11so8400133pad.13 for ; Tue, 14 Oct 2014 11:09:55 -0700 (PDT) X-Received: by 10.70.108.165 with SMTP id hl5mr7088973pdb.62.1413310195848; Tue, 14 Oct 2014 11:09:55 -0700 (PDT) Received: from fuzzy.hsd1.wa.comcast.net. (c-50-135-131-187.hsd1.wa.comcast.net. [50.135.131.187]) by mx.google.com with ESMTPSA id ki1sm14839801pdb.59.2014.10.14.11.09.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Oct 2014 11:09:55 -0700 (PDT) From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org, Bryan Hundven Subject: [PATCH] config/libc: update musl-libc mainline to 1.1.5 Date: Tue, 14 Oct 2014 11:09:31 -0700 Message-Id: <1413310171-17114-1-git-send-email-bryanhundven@gmail.com> X-IsSubscribed: yes Signed-off-by: Bryan Hundven --- 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