From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27076 invoked by alias); 9 Feb 2014 22:18:14 -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 27056 invoked by uid 89); 9 Feb 2014 22:18:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.2 required=5.0 tests=AWL,BAYES_00,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:18:11 +0000 Received: from uemo (localhost [127.0.0.1]) by uemo (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s19MI52k017614; Sun, 9 Feb 2014 23:18:05 +0100 Received: (from daniel@localhost) by uemo (8.14.4/8.14.4/Submit) id s19MH55b017588; Sun, 9 Feb 2014 23:17:05 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 1 of 4] Updated linaro GCC 4.7 & 4.8 to version 2014.01 X-Mercurial-Node: 08addb73e684d5e36f22468918f7ae08c0a9060c Message-Id: <08addb73e684d5e36f22.1391984020@uemo> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.6.3 Date: Sun, 09 Feb 2014 22:18:00 -0000 From: Daniel Rubio Bonilla To: crossgcc@sourceware.org Cc: danielrubiob@gmail.com X-SW-Source: 2014-02/txt/msg00023.txt.bz2 # HG changeset patch # User danielrubiob@gmail.com # Date 1391980875 -3600 # Sun Feb 09 22:21:15 2014 +0100 # Node ID 08addb73e684d5e36f22468918f7ae08c0a9060c # Parent 529a71ea091e8ffa34d8b62f82e0996e3927750d Updated linaro GCC 4.7 & 4.8 to version 2014.01 Signed-off-by: Daniel Rubio Bonilla diff -r 529a71ea091e -r 08addb73e684 config/cc/gcc.in --- a/config/cc/gcc.in Thu Jan 16 14:55:23 2014 -0800 +++ b/config/cc/gcc.in Sun Feb 09 22:21:15 2014 +0100 @@ -38,7 +38,7 @@ config CC_V_linaro_4_8 bool - prompt "linaro-4.8-2013.12" + prompt "linaro-4.8-2014.01" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_8 @@ -59,7 +59,7 @@ config CC_V_linaro_4_7 bool - prompt "linaro-4.7-2013.12" + prompt "linaro-4.7-2014.01" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_7 @@ -449,11 +449,11 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-4.8-2013.12" if CC_V_linaro_4_8 + default "linaro-4.8-2014.01" if CC_V_linaro_4_8 default "4.8.2" if CC_V_4_8_2 default "4.8.1" if CC_V_4_8_1 default "4.8.0" if CC_V_4_8_0 - default "linaro-4.7-2013.12" if CC_V_linaro_4_7 + default "linaro-4.7-2014.01" if CC_V_linaro_4_7 default "4.7.3" if CC_V_4_7_3 default "4.7.2" if CC_V_4_7_2 default "4.7.1" if CC_V_4_7_1 -- For unsubscribe information see http://sourceware.org/lists.html#faq