From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3564 invoked by alias); 11 May 2014 21:38:45 -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 3546 invoked by uid 89); 11 May 2014 21:38:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f177.google.com Received: from mail-we0-f177.google.com (HELO mail-we0-f177.google.com) (74.125.82.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 11 May 2014 21:38:42 +0000 Received: by mail-we0-f177.google.com with SMTP id x48so5866305wes.8 for ; Sun, 11 May 2014 14:38:39 -0700 (PDT) X-Received: by 10.180.91.114 with SMTP id cd18mr12847187wib.28.1399844318970; Sun, 11 May 2014 14:38:38 -0700 (PDT) Received: from ymorin.is-a-geek.org (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id co9sm15182115wjb.22.2014.05.11.14.38.36 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 11 May 2014 14:38:38 -0700 (PDT) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Sun, 11 May 2014 23:38:35 +0200 Date: Sun, 11 May 2014 21:38:00 -0000 From: "Yann E. MORIN" To: Cody P Schafer Cc: crossgcc@sourceware.org Subject: Re: [PATCH] gcc: add 4.9.0 Message-ID: <20140511213835.GL3428@free.fr> References: <5bac788539bb272893ed.1399801933@gun> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5bac788539bb272893ed.1399801933@gun> User-Agent: Mutt/1.5.22 (2013-10-16) X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00039.txt.bz2 Copy, All, On 2014-05-11 02:52 -0700, Cody P Schafer spake thusly: > # HG changeset patch > # User Cody P Schafer > # Date 1399801832 25200 > # Sun May 11 02:50:32 2014 -0700 > # Node ID 5bac788539bb272893ed58dbbc70b26f6775bb0a > # Parent 64bfbbced9dd8f62e0d64936c54b46653a87dd12 > gcc: add 4.9.0 > > Signed-off-by: Cody P Schafer > > diff --git a/config/cc/gcc.in b/config/cc/gcc.in > --- a/config/cc/gcc.in > +++ b/config/cc/gcc.in > @@ -36,6 +36,11 @@ > # Don't remove next line > # CT_INSERT_VERSION_BELOW > > +config CC_V_4_9_0 > + bool > + prompt "4.9.0" > + select CC_GCC_4_9 > + > config CC_V_linaro_4_8 > bool > prompt "linaro-4.8-2014.01" > @@ -354,6 +359,23 @@ > bool > select CC_GCC_4_7_or_later > > +config CC_GCC_4_9 > + bool > + select CC_GCC_4_9_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 > + select CC_GCC_HAS_LNK_HASH_STYLE > + select CC_GCC_HAS_LIBQUADMATH > + select CC_SUPPORT_GOLANG > + > +config CC_GCC_4_9_or_later > + bool > + select CC_GCC_4_8_or_later > + > config CC_GCC_latest > bool > select CC_GCC_4_8_or_later You forgot to make that a 4.9-or-later, too. Pushed with that fixed. Thank you! Regards, Yann E. MORIN. > @@ -449,6 +471,7 @@ > string > # Don't remove next line > # CT_INSERT_VERSION_STRING_BELOW > + 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.2" if CC_V_4_8_2 > default "4.8.1" if CC_V_4_8_1 > > -- > For unsubscribe information see http://sourceware.org/lists.html#faq > -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' -- For unsubscribe information see http://sourceware.org/lists.html#faq