From patchwork Sun Feb 9 22:13:41 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: 318635 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 576E72C0091 for ; Mon, 10 Feb 2014 09:20: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=uRfrndgNIkitjdz +FMTH5u2pYIjQIIhbPwC3ATNnhZwGlOhX1oLwGZ+KPb4Ju9bFDAvIqrbSRJAUkzL ROkbOb/PAAxbQBBKwNHo62CJYXfCQgTYmxJaOWM/RUPUWr/aBOloiRiF35MWnY2z +swF+NUnPB1EUH5pHF32+bX07zK0= 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=GQxu2IwtW2wyiNBx+t67D bO9qeM=; b=F735/cAq/0nr7yYvAsdB6uffVnWnAXhUzq0IFzeyoBXdBAVtmqGpr oam2CyDcg3ydtArHFHv6ZWUd5GOGdR7czQPJagg4fBk55jNa8GdUok3A0dbG1H6p z86lgoSSC05PrBo5VPePQCTJPJ7f+X2Cum+XaVzDMzEZgTsBWUikJ0= Received: (qmail 28804 invoked by alias); 9 Feb 2014 22:20:12 -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 28794 invoked by uid 89); 9 Feb 2014 22:20:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=6.0 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:20:10 +0000 Received: from uemo (localhost [127.0.0.1]) by uemo (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s19MK5SJ017659; Sun, 9 Feb 2014 23:20:05 +0100 Received: (from daniel@localhost) by uemo (8.14.4/8.14.4/Submit) id s19MJ59o017618; Sun, 9 Feb 2014 23:19:05 +0100 MIME-Version: 1.0 Subject: [PATCH 2 of 4] Updated GMP library X-Mercurial-Node: e0361ed37146d025171ffd55a3e9f6a8a0a653c6 Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.6.3 Date: Sun, 09 Feb 2014 23:13:41 +0100 From: Daniel Rubio Bonilla To: crossgcc@sourceware.org Cc: danielrubiob@gmail.com # HG changeset patch # User danielrubiob@gmail.com # Date 1391981039 -3600 # Sun Feb 09 22:23:59 2014 +0100 # Node ID e0361ed37146d025171ffd55a3e9f6a8a0a653c6 # Parent 08addb73e684d5e36f22468918f7ae08c0a9060c Updated GMP library Signed-off-by: Daniel Rubio Bonilla --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r 08addb73e684 -r e0361ed37146 config/companion_libs/gmp.in --- a/config/companion_libs/gmp.in Sun Feb 09 22:21:15 2014 +0100 +++ b/config/companion_libs/gmp.in Sun Feb 09 22:23:59 2014 +0100 @@ -6,6 +6,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config GMP_V_5_1_3 + bool + prompt "5.1.3" + config GMP_V_5_1_1 bool prompt "5.1.1" @@ -36,6 +40,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "5.1.3" if GMP_V_5_1_3 default "5.1.1" if GMP_V_5_1_1 default "5.0.2" if GMP_V_5_0_2 default "5.0.1" if GMP_V_5_0_1