From patchwork Sat Jul 19 03:21:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cody P Schafer X-Patchwork-Id: 371770 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 58DA7140139 for ; Sat, 19 Jul 2014 13:21:58 +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; q=dns; s= default; b=Oxp2Pgly6YNrJKM1mbBGy1OkaQ0IXsuMPhem357yQxVQhlilzYVj+ xz2Tys2e4fKGEBOk9UUfBfOJYv4iW3GtoGVdU0+0GmlwCHd48IyRGacBBZf0lwRI t9/f5pAs9tQOFgP6P3FQLUVcxEWOJE1z7GsAvsTf1G8I3eHbH8+pkg= 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; s=default; bh=pByj+m30nkk23GBOOoVUlEmfkXg=; b=A1d0NsZcvk3JPD9KypBWoW196okg ZVQk06wj/7TsxjUmnztmjUbiPWptDehKHPj1r03MB1jVhUrq9CC6iG+F3DmCe5wj 1n+FxM8j2GBpmSKlOGFzGCbD7YRsjInQy0tL0UQcUhHcY2lWrCm+WcZ6WFah0Lye zbbbggYdxrgXBmo= Received: (qmail 2184 invoked by alias); 19 Jul 2014 03:21:50 -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 1567 invoked by uid 89); 19 Jul 2014 03:21:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f52.google.com Received: from mail-qg0-f52.google.com (HELO mail-qg0-f52.google.com) (209.85.192.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 19 Jul 2014 03:21:36 +0000 Received: by mail-qg0-f52.google.com with SMTP id f51so3903080qge.11 for ; Fri, 18 Jul 2014 20:21:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=qBHGFiTiXmhfd8agVotTGSnyK+/BSjgHsjE7GTdy99Q=; b=m7largdh1lHyhQxOD6SzpnvQT6KKjvYmnUX+PJS2OkUJFT04oT2BfIJbshfgpj++d0 NEfokjxHbf0vsgYFHzOaG2Gr9iqf9bbzjjC6TaNI0tp7zQZSNd6I2SF18INk3OX/PFeP IU5G+qv5YUACuzvOLwy9Pk9BsQmu6V6ZIYbr7oihz2Mcq2iC0VHHBXZTIGBPP8SYqjAn 9+XHcvO1vkmu/KX8JjALzfL63qJooBRSLsjcbYNTn+3jnBtzZmakJyOhu5VbNAFh8IpS gMc6vKs/YH1uw6m/UGuciX6KmgMdPlubuIYNEejxXhS4JF3PBbRsoXn6NpntCUDOjueU wBCg== X-Gm-Message-State: ALoCoQnnouGgsY3DicITjTrt5HrrIiWgHzPh+y6qB79v/FCb5mUXAGpFm8rJah2YKCPFC0jsAGeK X-Received: by 10.224.8.9 with SMTP id f9mr4300056qaf.102.1405740094229; Fri, 18 Jul 2014 20:21:34 -0700 (PDT) Received: from localhost (c-73-38-182-133.hsd1.ma.comcast.net. [73.38.182.133]) by mx.google.com with ESMTPSA id 103sm8211020qgi.39.2014.07.18.20.21.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jul 2014 20:21:33 -0700 (PDT) From: Cody P Schafer To: crossgcc@sourceware.org Cc: Cody P Schafer Subject: [PATCH] cc/gcc: add 4.9.1 Date: Fri, 18 Jul 2014 23:21:22 -0400 Message-Id: <1405740082-1971-1-git-send-email-dev@codyps.com> Signed-off-by: Cody P Schafer --- config/cc/gcc.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 33d5675..7e2250f 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -36,6 +36,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config CC_V_4_9_1 + bool + prompt "4.9.1" + select CC_GCC_4_9 + config CC_V_4_9_0 bool prompt "4.9.0" @@ -481,6 +486,7 @@ config CC_VERSION string # Don't remove next line # 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 "4.8.3" if CC_V_4_8_3