From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@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 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 22:22:00 -0000 From: Daniel Rubio Bonilla To: crossgcc@sourceware.org Cc: danielrubiob@gmail.com X-SW-Source: 2014-02/txt/msg00025.txt.bz2 # 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 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 -- For unsubscribe information see http://sourceware.org/lists.html#faq