From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7395 invoked by alias); 30 Jun 2014 16:40:40 -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 7363 invoked by uid 89); 30 Jun 2014 16:40:39 -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-wi0-f181.google.com Received: from mail-wi0-f181.google.com (HELO mail-wi0-f181.google.com) (209.85.212.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 30 Jun 2014 16:40:37 +0000 Received: by mail-wi0-f181.google.com with SMTP id n3so6364074wiv.14 for ; Mon, 30 Jun 2014 09:40:34 -0700 (PDT) X-Received: by 10.194.243.10 with SMTP id wu10mr46139924wjc.44.1404146434214; Mon, 30 Jun 2014 09:40:34 -0700 (PDT) Received: from ymorin.is-a-geek.org (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id 10sm30625579wjx.26.2014.06.30.09.40.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 30 Jun 2014 09:40:33 -0700 (PDT) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Mon, 30 Jun 2014 18:40:29 +0200 Date: Mon, 30 Jun 2014 16:40:00 -0000 From: "Yann E. MORIN" To: Anton Leontiev Cc: crossgcc@sourceware.org Subject: Re: [PATCH] cc/gcc: Add 4.7.4 and 4.8.3 Message-ID: <20140630164029.GC3560@free.fr> References: <1404111421-8523-1-git-send-email-aleontiev@elvees.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1404111421-8523-1-git-send-email-aleontiev@elvees.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00017.txt.bz2 Anton, All, On 2014-06-30 10:57 +0400, Anton Leontiev spake thusly: > Signed-off-by: Anton Leontiev Have you checked that the patches we have for gcc 4.7.3 and 4.8.2 are no longer necessary for 4.7.4 or 4.8.3? Regards, Yann E. MORIN. > --- > config/cc/gcc.in | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/config/cc/gcc.in b/config/cc/gcc.in > index 9c16df6..33d5675 100644 > --- a/config/cc/gcc.in > +++ b/config/cc/gcc.in > @@ -47,6 +47,11 @@ config CC_V_linaro_4_8 > depends on CC_GCC_SHOW_LINARO > select CC_GCC_4_8 > > +config CC_V_4_8_3 > + bool > + prompt "4.8.3" > + select CC_GCC_4_8 > + > config CC_V_4_8_2 > bool > prompt "4.8.2" > @@ -68,6 +73,11 @@ config CC_V_linaro_4_7 > depends on CC_GCC_SHOW_LINARO > select CC_GCC_4_7 > > +config CC_V_4_7_4 > + bool > + prompt "4.7.4" > + select CC_GCC_4_7 > + > config CC_V_4_7_3 > bool > prompt "4.7.3" > @@ -473,10 +483,12 @@ config CC_VERSION > # 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.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 "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 > default "4.7.1" if CC_V_4_7_1 > -- > 2.0.0 > -- .-----------------.--------------------.------------------.--------------------. | 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