From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18131 invoked by alias); 19 Aug 2009 07:07:28 -0000 Received: (qmail 18110 invoked by uid 22791); 19 Aug 2009 07:07:27 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Aug 2009 07:07:21 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7J77GYr027541; Wed, 19 Aug 2009 03:07:16 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7J77FcS021293; Wed, 19 Aug 2009 03:07:15 -0400 Received: from [10.36.4.116] (vpn1-4-116.ams2.redhat.com [10.36.4.116]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7J77DHK025068; Wed, 19 Aug 2009 03:07:14 -0400 Message-ID: <4A8BA4A0.8040407@redhat.com> Date: Wed, 19 Aug 2009 07:24:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Ralf Wildenhues CC: Paolo Bonzini , binutils@sourceware.org, gdb@sourceware.org Subject: Re: sync toplevel between GCC and src References: <20090816150957.GA24096@gmx.de> <20090816151338.GB24096@gmx.de> <4A88395D.803@gnu.org> <20090818184110.GC30742@gmx.de> In-Reply-To: <20090818184110.GC30742@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00167.txt.bz2 Hi Ralf, > The merge of toplevel synced files from GCC to src > > still doesn't have one small nod that I would like from a src maintainer: > ** adding target-newlib to noconfigdirs for powerpc-*-aix* and > rs6000-*-aix*, This is OK. > ** adding target-libgloss to noconfigdirs for sh*-*-elf, Also OK. > - the files move from GPLv2 to GPLv3 header. Is that a problem for > anything in src? Not at all. In fact it is a good thing. > - in Makefile.tpl, there are new settings for CXX and CXX_FOR_BUILD in > POSTSTAGE1_HOST_EXPORTS, that might be responsible for > , and I would hate > to just propagate this bug to src if it can be avoided. Hmm, I see what you mean. Really we need some extra logic in the definition of POSTSTAGE1_HOST_EXPORTS so that CXX and CXX_FOR_BUILD are only defined if they were created in stage1. Not being an autogen export I am not sure how easy this is to do. My feeling though is that it is better to have the top level files in sync, even if it does mean propagating this bug, as there is a workaround (configuring with --enable-stage1-languages=c,c++). Cheers Nick