From patchwork Thu Oct 11 13:57:45 2012 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: 190914 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]) by ozlabs.org (Postfix) with SMTP id E74072C0084 for ; Fri, 12 Oct 2012 00:58:43 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sourceware.org; s=default; x=1350568724; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Content-Type:MIME-Version:Content-Transfer-Encoding: Subject:Message-Id:User-Agent:Date:From:To:Cc:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=HVVywT89U855pp4KI7Lw t1seXo4=; b=VqzHpWWzY8X7EbcEOZw0PxKDWZkFpAlVBVd13ZnvGm5BNaIUltET ag+QqLNMw6N+Q21rwyA1UmJKuNklPgbKvaYRs4n4X1E+NjmkT/zq70aPkQsO/ETO dRh9Raug6HXsADgdlCTc36uPCbE64Fcf9Tmo7iaEB4xeTn0yWOYHPQw= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=sourceware.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:X-Mercurial-Node:Message-Id:User-Agent:Date:From:To:Cc:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=B/pnq5WRwBafzRjrYMhd5W8SfR5fSDD/3Qtuv2pME+zUTFFrq3IV0IN2VRx2ew 8WmXQpJVog4QKI7mCXC0u2wp5F+CnzrOcIXLXLGaYv3ZrqIGlKG9gSHskJjkWFcX eJQy86htxy+c8bMgwvka2CEUqgYzXS3bIs2xK9OK8YbIk=; Received: (qmail 16106 invoked by alias); 11 Oct 2012 13:58:27 -0000 Received: (qmail 16097 invoked by uid 22791); 11 Oct 2012 13:58:25 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from zose-mta12.web4all.fr (HELO zose-mta12.web4all.fr) (178.33.204.89) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Oct 2012 13:58:18 +0000 Received: from localhost (localhost [127.0.0.1]) by zose-mta12.web4all.fr (Postfix) with ESMTP id 1F85E90880; Thu, 11 Oct 2012 16:01:25 +0200 (CEST) Received: from zose-mta12.web4all.fr ([127.0.0.1]) by localhost (zose-mta12.web4all.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GRqpEjME1hM3; Thu, 11 Oct 2012 16:01:24 +0200 (CEST) Received: from [127.0.1.1] (cie44-1-88-188-188-98.fbx.proxad.net [88.188.188.98]) by zose-mta12.web4all.fr (Postfix) with ESMTPA id AD3E09087D; Thu, 11 Oct 2012 16:01:23 +0200 (CEST) MIME-Version: 1.0 Subject: [PATCH] cc/gcc: update Linaro GCC revisions to 2012.10 X-Mercurial-Node: b482331ff863a5fc3507ed1543677d36841d5d32 Message-Id: User-Agent: Mercurial-patchbomb/2.0.2 Date: Thu, 11 Oct 2012 15:57:45 +0200 From: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-IsSubscribed: yes 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 # HG changeset patch # User "Benoît Thébaudeau" # Date 1349963715 -7200 # Node ID b482331ff863a5fc3507ed1543677d36841d5d32 # Parent 3bc371c2881fe2179808a0ebaceb1cbe4d8215bd cc/gcc: update Linaro GCC revisions to 2012.10 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 @@ -44,9 +44,9 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW -config CC_V_linaro_4_7_2012_09 +config CC_V_linaro_4_7_2012_10 bool - prompt "linaro-4.7-2012.09 (EXPERIMENTAL)" + prompt "linaro-4.7-2012.10 (EXPERIMENTAL)" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_7 @@ -67,9 +67,9 @@ depends on EXPERIMENTAL select CC_GCC_4_7 -config CC_V_linaro_4_6_2012_09 +config CC_V_linaro_4_6_2012_10 bool - prompt "linaro-4.6-2012.09 (EXPERIMENTAL)" + prompt "linaro-4.6-2012.10 (EXPERIMENTAL)" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_6 @@ -446,11 +446,11 @@ default "SVN" if CC_V_SVN # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-4.7-2012.09" if CC_V_linaro_4_7_2012_09 + default "linaro-4.7-2012.10" if CC_V_linaro_4_7_2012_10 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-2012.09" if CC_V_linaro_4_6_2012_09 + default "linaro-4.6-2012.10" if CC_V_linaro_4_6_2012_10 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