From patchwork Thu Sep 25 11:19:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Hundven X-Patchwork-Id: 393318 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 BAD071400DE for ; Thu, 25 Sep 2014 21:20:50 +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:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=frqTNsLLJfegzwa9Dh0Ee9Irl8nLulk CtcaMP0kav9lh1/Kjs0/H18a5nYfahXj7EFdAaPwNkVpx4Ruik8o35zqAUFLjnCS 5lY6PC98EAaT+XGNG2TEd6HrBfUZHy3RN9tnte9aa3lloXtDgabEPPbLQeRdC9mP Qy405U6+HQJ4= 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:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=uuJ3oAtX+WLBMVogmvFKO51uFsM=; b=Dac71 0jQhKFHFK73VkYrwwsPO1Uq/KHz+OkBOXava424L56KSsWYejhZXwsaoZE6n25uH 9QZg/ivluPp3w/nzUve7LEvTB7O6tPwLJ+h+fm3j3g8MJfqsOPnKIOiS3fG2JZOP db2Uv0vw3Eu+RLG+8zLt7BSiO9PUCl/Dq409XU= Received: (qmail 18125 invoked by alias); 25 Sep 2014 11:19:57 -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 18071 invoked by uid 89); 25 Sep 2014 11:19:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f54.google.com Received: from mail-pa0-f54.google.com (HELO mail-pa0-f54.google.com) (209.85.220.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 25 Sep 2014 11:19:55 +0000 Received: by mail-pa0-f54.google.com with SMTP id fb1so10911948pad.27 for ; Thu, 25 Sep 2014 04:19:53 -0700 (PDT) X-Received: by 10.70.21.98 with SMTP id u2mr15819125pde.119.1411643993241; Thu, 25 Sep 2014 04:19:53 -0700 (PDT) Received: from fuzzy.hsd1.wa.comcast.net. (c-50-135-131-187.hsd1.wa.comcast.net. [50.135.131.187]) by mx.google.com with ESMTPSA id je2sm1877979pbd.94.2014.09.25.04.19.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 25 Sep 2014 04:19:52 -0700 (PDT) From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org, Bryan Hundven Subject: [PATCH 3/3] config/gcc: update linaro 4.7 and 4.8 releases Date: Thu, 25 Sep 2014 04:19:37 -0700 Message-Id: <1411643977-3339-4-git-send-email-bryanhundven@gmail.com> In-Reply-To: <1411643977-3339-1-git-send-email-bryanhundven@gmail.com> References: <1411643977-3339-1-git-send-email-bryanhundven@gmail.com> X-IsSubscribed: yes Update release versions with the following: https://launchpad.net/gcc-linaro/4.7 https://launchpad.net/gcc-linaro/4.8 Signed-off-by: Bryan Hundven --- config/cc/gcc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cc/gcc.in b/config/cc/gcc.in index c9461d5..748062b 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -494,12 +494,12 @@ config CC_VERSION # CT_INSERT_VERSION_STRING_BELOW default "4.9.1" if CC_V_4_9_1 default "4.9.0" if CC_V_4_9_0 - default "linaro-4.8-2014.01" if CC_V_linaro_4_8 + default "linaro-4.8-2014.08" if CC_V_linaro_4_8 default "4.8.3" if CC_V_4_8_3 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-2014.01" if CC_V_linaro_4_7 + default "linaro-4.7-2014.06" if CC_V_linaro_4_7 default "4.7.4" if CC_V_4_7_4 default "4.7.3" if CC_V_4_7_3 default "4.7.2" if CC_V_4_7_2