From patchwork Thu May 23 16:01:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Rubio Bonilla X-Patchwork-Id: 245977 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 8FB872C009F for ; Fri, 24 May 2013 02:01:35 +1000 (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:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=lWcnyzP37Hulnelz3Olmkv/fkN7JM frVEn5FIYZYGROmRTS1TCET33o0ijRUpbB8R2u+G2rgKEtQtXGaisdWXHomwALhK mpzKUBzjGeVMajuPiee05jxV2KCx/0fea1ch9GTnn++ASJLF12On0uuni0EYaG3D g4P0S99LPF12Qs= 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:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=BqIZud3c4eTer0z3fQMM/oEs5K4=; b=WgD A4qKXsSyQV1IUMyAUuWI5H8nRVV6+i61wcZATX0sSwjrskTMJKEQhtf/1guNHIIu J0MFS48UadLbVgLi3dxEh5EkZ3QyhJpdPge748qFitl4F1E59Qi1/IFBQjClRzJl loovOWC5/e+PX62juUPZBj2JDBaqvnx62vJqDM8c= Received: (qmail 26724 invoked by alias); 23 May 2013 16:01:28 -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 26711 invoked by uid 89); 23 May 2013 16:01:27 -0000 X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, SPF_PASS autolearn=ham version=3.3.1 Received: from mail-vb0-f52.google.com (HELO mail-vb0-f52.google.com) (209.85.212.52) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 23 May 2013 16:01:26 +0000 Received: by mail-vb0-f52.google.com with SMTP id p12so1385036vbe.25 for ; Thu, 23 May 2013 09:01:25 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.220.174.75 with SMTP id s11mr5693691vcz.61.1369324884890; Thu, 23 May 2013 09:01:24 -0700 (PDT) Received: by 10.52.237.202 with HTTP; Thu, 23 May 2013 09:01:24 -0700 (PDT) Date: Thu, 23 May 2013 18:01:24 +0200 Message-ID: Subject: [PATCH] Adds MPC versions 1.0 and 1.0.1 From: Daniel Rubio Bonilla To: crossgcc@sourceware.org # HG changeset patch # User Daniel Rubio Bonilla # Date 1369324275 -7200 # Node ID 14c144155cfd010b2c4b8ad2d2e75d3c4dfccbff # Parent db27d12ec7c28fd480c6d04f2cdd9e446c95059b Adds MPC versions 1.0 and 1.0.1 Signed-off-by: Daniel Rubio Bonilla --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r db27d12ec7c2 -r 14c144155cfd config/companion_libs/mpc.in --- a/config/companion_libs/mpc.in Sun May 05 18:01:47 2013 +0200 +++ b/config/companion_libs/mpc.in Thu May 23 17:51:15 2013 +0200 @@ -6,6 +6,14 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config MPC_V_1_0_1 + bool + prompt "1.0.1" + +config MPC_V_1_0 + bool + prompt "1.0" + config MPC_V_0_9 bool prompt "0.9" @@ -29,6 +37,8 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "0.8.2" if MPC_V_0_8_2 default "0.8.1" if MPC_V_0_8_1