From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17925 invoked by alias); 23 Mar 2012 08:37:24 -0000 Received: (qmail 17776 invoked by uid 22791); 23 Mar 2012 08:37:21 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Mar 2012 08:36:49 +0000 Received: by yenm8 with SMTP id m8so2960585yen.0 for ; Fri, 23 Mar 2012 01:36:48 -0700 (PDT) Received: by 10.68.222.9 with SMTP id qi9mr6229073pbc.138.1332491808091; Fri, 23 Mar 2012 01:36:48 -0700 (PDT) Received: from bh-t410.wgti.net (c-174-61-228-201.hsd1.wa.comcast.net. [174.61.228.201]) by mx.google.com with ESMTPS id n6sm5363522pbb.59.2012.03.23.01.36.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Mar 2012 01:36:47 -0700 (PDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH] config/gcc: add gcc-4.7.0 and gcc-4.4.7 X-Mercurial-Node: 5d9dde13033930b294f60b3227418b0ddb10f08b Message-Id: <5d9dde13033930b294f6.1332491807@bh-t410.wgti.net> User-Agent: Mercurial-patchbomb/2.1.1 Date: Fri, 23 Mar 2012 08:37:00 -0000 From: Bryan Hundven 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00049.txt.bz2 # HG changeset patch # User "Bryan Hundven" # Date 1332491802 25200 # Node ID 5d9dde13033930b294f60b3227418b0ddb10f08b # Parent 856eacaf0e5961c25e41f346ecfc742ecf16f545 config/gcc: add gcc-4.7.0 and gcc-4.4.7 Add updated gcc-4.4.7 and the new release gcc-4.7.0. Signed-off-by: Bryan Hundven diff -r 856eacaf0e59 -r 5d9dde130339 config/cc/gcc.in --- a/config/cc/gcc.in Tue Mar 20 18:44:44 2012 +0100 +++ b/config/cc/gcc.in Fri Mar 23 01:36:42 2012 -0700 @@ -36,6 +36,12 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config CC_V_4_7_0 + bool + prompt "4.7.0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select CC_GCC_4_7 + config CC_V_linaro_4_6_2012_03 bool prompt "linaro-4.6-2012.03 (EXPERIMENTAL)" @@ -103,6 +109,11 @@ depends on CC_GCC_SHOW_LINARO select CC_GCC_4_4 +config CC_V_4_4_7 + bool + prompt "4.4.7" + select CC_GCC_4_4 + config CC_V_4_4_6 bool prompt "4.4.6" @@ -269,6 +280,20 @@ bool select CC_GCC_4_5_or_later +config CC_GCC_4_7 + bool + select CC_GCC_4_7_or_later + select CC_GCC_USE_GMP_MPFR + select CC_GCC_USE_MPC + select CC_GCC_HAS_GRAPHITE + select CC_GCC_HAS_LTO + select CC_GCC_HAS_PKGVERSION_BUGURL + select CC_GCC_HAS_BUILD_ID + +config CC_GCC_4_7_or_later + bool + select CC_GCC_4_6_or_later + config CC_GCC_HAS_GRAPHITE bool @@ -331,6 +356,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.7.0" if CC_V_4_7_0 default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03 default "4.6.3" if CC_V_4_6_3 default "4.6.2" if CC_V_4_6_2 @@ -342,6 +368,7 @@ default "4.5.1" if CC_V_4_5_1 default "4.5.0" if CC_V_4_5_0 default "linaro-4.4-2011.02-0" if CC_V_linaro_4_4_2011_02_0 + default "4.4.7" if CC_V_4_4_7 default "4.4.6" if CC_V_4_4_6 default "4.4.5" if CC_V_4_4_5 default "4.4.4" if CC_V_4_4_4 -- For unsubscribe information see http://sourceware.org/lists.html#faq