From patchwork Sun Feb 9 22:13:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Rubio Bonilla X-Patchwork-Id: 318636 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 BC0782C00A8 for ; Mon, 10 Feb 2014 09:22:19 +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:content-type:mime-version :content-transfer-encoding:subject:message-id:in-reply-to :references:date:from:to:cc; q=dns; s=default; b=lQkI6Bg7uNHZ0hv 8cETo8upC2r8txF/NqtfdgJXKlVskPJvD1wHm3aSe+Uj3M23HmgCR9mu3jhAfITG tlpIXgH29fA1Mr4Z/zfYK1Ceb1uCviZ9tJRrcRTwod0xwkM2ua7F5LVTDUF/TIfK D+mtIRbc+fcaS4/moFvoNKU2sH+M= 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:content-type:mime-version :content-transfer-encoding:subject:message-id:in-reply-to :references:date:from:to:cc; s=default; bh=SjRxxu2uzXtpkcyFEbuPR h5OvLI=; b=I18SEJzuv989aM1axFqO77Uck8tLnBieA349hLCzZDaKcR5VcDte9 VX3NONBiTLCquKOjIeC72GhPGvxXdDjWog0xoVoXyXBr6OgF5D3r/rhDAMW6nA2E vLNiCZ2U/zdF1emcMcPgnpSbOtrO6IW3CdcxQvxVzRZYYj5seWCEj4= Received: (qmail 1821 invoked by alias); 9 Feb 2014 22:22:13 -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 1805 invoked by uid 89); 9 Feb 2014 22:22:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=6.1 required=5.0 tests=AWL, BAYES_40, FREEMAIL_FROM, FSL_HELO_NON_FQDN_1, RCVD_IN_PBL, RCVD_IN_RP_RNBL, RDNS_DYNAMIC, SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: uemo Received: from HSI-KBW-134-3-35-112.hsi14.kabel-badenwuerttemberg.de (HELO uemo) (134.3.35.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 09 Feb 2014 22:22:12 +0000 Received: from uemo (localhost [127.0.0.1]) by uemo (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s19MM6au017690; Sun, 9 Feb 2014 23:22:06 +0100 Received: (from daniel@localhost) by uemo (8.14.4/8.14.4/Submit) id s19ML6EK017663; Sun, 9 Feb 2014 23:21:06 +0100 MIME-Version: 1.0 Subject: [PATCH 3 of 4] Updated MPC library X-Mercurial-Node: d78f3a4ba2df1e0768519764d1d0c295d8ce61bc Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.6.3 Date: Sun, 09 Feb 2014 23:13:42 +0100 From: Daniel Rubio Bonilla To: crossgcc@sourceware.org Cc: danielrubiob@gmail.com # HG changeset patch # User danielrubiob@gmail.com # Date 1391981096 -3600 # Sun Feb 09 22:24:56 2014 +0100 # Node ID d78f3a4ba2df1e0768519764d1d0c295d8ce61bc # Parent e0361ed37146d025171ffd55a3e9f6a8a0a653c6 Updated MPC library Signed-off-by: Daniel Rubio Bonilla --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r e0361ed37146 -r d78f3a4ba2df config/companion_libs/mpc.in --- a/config/companion_libs/mpc.in Sun Feb 09 22:23:59 2014 +0100 +++ b/config/companion_libs/mpc.in Sun Feb 09 22:24:56 2014 +0100 @@ -6,6 +6,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config MPC_V_1_0_2 + bool + prompt "1.0.2" + config MPC_V_1_0_1 bool prompt "1.0.1" @@ -22,7 +26,6 @@ bool prompt "0.8.2" - config MPC_V_0_8_1 bool prompt "0.8.1" @@ -37,6 +40,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "1.0.2" if MPC_V_1_0_2 default "1.0.1" if MPC_V_1_0_1 default "1.0" if MPC_V_1_0 default "0.9" if MPC_V_0_9