From patchwork Thu Apr 11 13:18:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= X-Patchwork-Id: 235740 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 EDBCF2C0092 for ; Thu, 11 Apr 2013 23:18:53 +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:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; q=dns; s=default; b=hZFV4ue3Nmod6+QQgQ/aqNkfe5KhQCDWrKXpGj384+Y W6jqa9VbdeTvHjSWJnBBTDsQx5Nib6/PYL1YV17Vu/IPxNuocRqrapPlBn/TKnD5 sQbAttXo9AcuKh+aaTpq3g+ofZr2JEKEUSDE64iG8mBeJ8YeQhmcPfVebmGZ29v0 = 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:date:from:to:cc; s=default; bh=cZBw2cl0m6hIyWbL7M1V+7My2zk=; b=pru74cpmA5yrkNL7t exgPk9VsjVxYYxdpOxXR+P0HMB6cw+o1TzHoBEE7BAX3r0bcqHHVzqU0C17C6fTc ZCYYwIgOM/znJMkt3MFBJ2z1NOwS6ed4mlbYzNxMTjrSDTX4u/TsixKMofRhyjec QQgnLLktzjoFIGv99VVtJ6+kcc= Received: (qmail 15908 invoked by alias); 11 Apr 2013 13:18:45 -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 15894 invoked by uid 89); 11 Apr 2013 13:18:45 -0000 X-Spam-SWARE-Status: No, score=2.9 required=5.0 tests=AWL, BAYES_00, KHOP_DNSBL_BUMP, MIME_BASE64_BLANKS, RCVD_IN_HOSTKARMA_BL, RCVD_IN_JMF_BL autolearn=no version=3.3.1 Received: from zose-mta11.web4all.fr (HELO zose-mta11.web4all.fr) (178.33.204.87) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 11 Apr 2013 13:18:43 +0000 Received: from localhost (localhost [127.0.0.1]) by zose-mta11.web4all.fr (Postfix) with ESMTP id 7DA352A02A; Thu, 11 Apr 2013 15:18:41 +0200 (CEST) Received: from zose-mta11.web4all.fr ([127.0.0.1]) by localhost (zose-mta11.web4all.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FWYX9zuPivjn; Thu, 11 Apr 2013 15:18:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zose-mta11.web4all.fr (Postfix) with ESMTP id 1C1EB2A02C; Thu, 11 Apr 2013 15:18:41 +0200 (CEST) Received: from zose-mta11.web4all.fr ([127.0.0.1]) by localhost (zose-mta11.web4all.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id SNy_YpA1ehz1; Thu, 11 Apr 2013 15:18:40 +0200 (CEST) Received: from [127.0.1.1] (cie44-1-88-188-188-98.fbx.proxad.net [88.188.188.98]) by zose-mta11.web4all.fr (Postfix) with ESMTPA id 680E42A02A; Thu, 11 Apr 2013 15:18:40 +0200 (CEST) MIME-Version: 1.0 Subject: [PATCH] cc/gcc: update Linaro GCC revisions to 2013.04 X-Mercurial-Node: ac1b52916838e470ff4d208671757750d22bcd66 Message-Id: User-Agent: Mercurial-patchbomb/2.2.2 Date: Thu, 11 Apr 2013 15:18:09 +0200 From: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= To: "Yann E. MORIN" Cc: crossgcc@sourceware.org # HG changeset patch # User "Benoît Thébaudeau" # Date 1365685930 -7200 # Node ID ac1b52916838e470ff4d208671757750d22bcd66 # Parent 0fc56e62cecf07e4cdaf866ee24d6893c4ade436 cc/gcc: update Linaro GCC revisions to 2013.04 Update Linaro GCC with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" diff --git a/config/cc/gcc.in b/config/cc/gcc.in --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -38,7 +38,7 @@ config CC_V_linaro_4_7 bool - prompt "linaro-4.7-2013.03" + prompt "linaro-4.7-2013.04" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_7 @@ -59,7 +59,7 @@ config CC_V_linaro_4_6 bool - prompt "linaro-4.6-2013.03" + prompt "linaro-4.6-2013.04" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_6 @@ -381,11 +381,11 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-4.7-2013.03" if CC_V_linaro_4_7 + default "linaro-4.7-2013.04" if CC_V_linaro_4_7 default "4.7.2" if CC_V_4_7_2 default "4.7.1" if CC_V_4_7_1 default "4.7.0" if CC_V_4_7_0 - default "linaro-4.6-2013.03" if CC_V_linaro_4_6 + default "linaro-4.6-2013.04" if CC_V_linaro_4_6 default "4.6.3" if CC_V_4_6_3 default "4.6.2" if CC_V_4_6_2 default "4.6.1" if CC_V_4_6_1