From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24630 invoked by alias); 23 Mar 2012 08:38:42 -0000 Received: (qmail 24237 invoked by uid 22791); 23 Mar 2012 08:38:38 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Mar 2012 08:38:03 +0000 Received: by pbcup15 with SMTP id up15so2574275pbc.0 for ; Fri, 23 Mar 2012 01:38:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.130.72 with SMTP id oc8mr27335115pbb.115.1332491882806; Fri, 23 Mar 2012 01:38:02 -0700 (PDT) Received: by 10.142.73.5 with HTTP; Fri, 23 Mar 2012 01:38:02 -0700 (PDT) In-Reply-To: <89d7d68a01285b3772c9.1332491701@bh-t410.wgti.net> References: <89d7d68a01285b3772c9.1332491701@bh-t410.wgti.net> Date: Fri, 23 Mar 2012 08:38:00 -0000 Message-ID: Subject: Re: [PATCH] config/gcc: add gcc-4.7.0 and gcc-4.4.7 From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00050.txt.bz2 On Fri, Mar 23, 2012 at 1:35 AM, Bryan Hundven wro= te: > # HG changeset patch > # User "Bryan Hundven" > # Date 1332491628 25200 > # Node ID 89d7d68a01285b3772c9ee387c8feba52134668e > # Parent =A0856eacaf0e5961c25e41f346ecfc742ecf16f545 > config/gcc: add gcc-4.7.0 and gcc-4.4.7 Sorry for sending this twice, but I forgot to add my comment and SOB. -Bryan > diff -r 856eacaf0e59 -r 89d7d68a0128 config/cc/gcc.in > --- a/config/cc/gcc.in =A0Tue Mar 20 18:44:44 2012 +0100 > +++ b/config/cc/gcc.in =A0Fri Mar 23 01:33:48 2012 -0700 > @@ -36,6 +36,12 @@ > =A0# Don't remove next line > =A0# CT_INSERT_VERSION_BELOW > > +config CC_V_4_7_0 > + =A0 =A0bool > + =A0 =A0prompt "4.7.0 (EXPERIMENTAL)" > + =A0 =A0depends on EXPERIMENTAL > + =A0 =A0select CC_GCC_4_7 > + > =A0config CC_V_linaro_4_6_2012_03 > =A0 =A0 bool > =A0 =A0 prompt "linaro-4.6-2012.03 (EXPERIMENTAL)" > @@ -103,6 +109,11 @@ > =A0 =A0 depends on CC_GCC_SHOW_LINARO > =A0 =A0 select CC_GCC_4_4 > > +config CC_V_4_4_7 > + =A0 =A0bool > + =A0 =A0prompt "4.4.7" > + =A0 =A0select CC_GCC_4_4 > + > =A0config CC_V_4_4_6 > =A0 =A0 bool > =A0 =A0 prompt "4.4.6" > @@ -269,6 +280,20 @@ > =A0 =A0 bool > =A0 =A0 select CC_GCC_4_5_or_later > > +config CC_GCC_4_7 > + =A0 =A0bool > + =A0 =A0select CC_GCC_4_7_or_later > + =A0 =A0select CC_GCC_USE_GMP_MPFR > + =A0 =A0select CC_GCC_USE_MPC > + =A0 =A0select CC_GCC_HAS_GRAPHITE > + =A0 =A0select CC_GCC_HAS_LTO > + =A0 =A0select CC_GCC_HAS_PKGVERSION_BUGURL > + =A0 =A0select CC_GCC_HAS_BUILD_ID > + > +config CC_GCC_4_7_or_later > + =A0 =A0bool > + =A0 =A0select CC_GCC_4_6_or_later > + > =A0config CC_GCC_HAS_GRAPHITE > =A0 =A0 bool > > @@ -331,6 +356,7 @@ > =A0 =A0 string > =A0# Don't remove next line > =A0# CT_INSERT_VERSION_STRING_BELOW > + =A0 =A0default "4.7.0" if CC_V_4_7_0 > =A0 =A0 default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03 > =A0 =A0 default "4.6.3" if CC_V_4_6_3 > =A0 =A0 default "4.6.2" if CC_V_4_6_2 > @@ -342,6 +368,7 @@ > =A0 =A0 default "4.5.1" if CC_V_4_5_1 > =A0 =A0 default "4.5.0" if CC_V_4_5_0 > =A0 =A0 default "linaro-4.4-2011.02-0" if CC_V_linaro_4_4_2011_02_0 > + =A0 =A0default "4.4.7" if CC_V_4_4_7 > =A0 =A0 default "4.4.6" if CC_V_4_4_6 > =A0 =A0 default "4.4.5" if CC_V_4_4_5 > =A0 =A0 default "4.4.4" if CC_V_4_4_4 -- For unsubscribe information see http://sourceware.org/lists.html#faq