From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3581 invoked by alias); 4 Jan 2011 09:36:55 -0000 Received: (qmail 3415 invoked by uid 22791); 4 Jan 2011 09:36:54 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: sourceware.org Received: from ip-87-86-252-34.easynet.co.uk (HELO thurne.picochip.com) (87.86.252.34) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Jan 2011 09:36:47 +0000 Received: from haddeo.picochip.com (haddeo.ubc.picochip.com [172.18.3.47]) (authenticated bits=0) by thurne.picochip.com (8.13.8/8.13.8) with ESMTP id p049adel006008; Tue, 4 Jan 2011 09:36:39 GMT Message-ID: <4D22EA28.3000308@picochip.com> Date: Tue, 04 Jan 2011 09:50:00 -0000 From: Hari Sandanagobalane User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.1 MIME-Version: 1.0 To: Ralf Wildenhues CC: "gcc-patches@gcc.gnu.org" , "gdb-patches@sourceware.org" , "binutils@sourceware.org" Subject: Re: disable libiberty for picochip build. References: <4D11D462.5050703@picochip.com> <20101223103949.GB8203@gmx.de> <4D1374B3.9080107@picochip.com> <20110102164020.GK10951@gmx.de> In-Reply-To: <20110102164020.GK10951@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg00118.txt.bz2 Thanks a bunch, Ralf. Cheers Hari On 02/01/11 16:40, Ralf Wildenhues wrote: > * Hari Sandanagobalane wrote on Thu, Dec 23, 2010 at 05:11:31PM CET: >> On 23/12/10 10:39, Ralf Wildenhues wrote: >>> * Hari Sandanagobalane wrote on Wed, Dec 22, 2010 at 11:35:14AM CET: >>>> I have now committed (168165) the following change in mainline to disable >>>> libiberty for picochip builds. Thanks >>> >>> This patch is missing the regeneration of the generated configure >>> script. Also, toplevel needs to be synced to the src repository. >>> Please ping me if you need someone to do the latter for you. > >> I have regenerated the configure script and checked the change in. >> Would you be able to tell me what you mean by the >> "synced to the src repository"? > > That is described at > and > > and is about files shared between GCC, binutils, gdb, and other > packages. > >> If you can do it, that is great. But, i would like to know what >> steps i missed so i do it right the next time! > > If you don't have write access to the src CVS repository, please mention > that you need somebody to sync for you. > > FYI, I'm committing as below to src. > > In your commit log entries, please put two spaces between name and email > address. > > Thanks, > Ralf > > 2011-01-02 Ralf Wildenhues > > Sync from GCC: > 2010-12-22 Hariharan Sandanagobalane > > * configure.ac: (picochip): Disable libiberty. > * configure: Regenerate. > > Index: configure.ac > =================================================================== > RCS file: /cvs/src/src/configure.ac,v > retrieving revision 1.122 > diff -u -r1.122 configure.ac > --- configure.ac 10 Dec 2010 14:50:10 -0000 1.122 > +++ configure.ac 2 Jan 2011 16:35:50 -0000 > @@ -916,6 +916,9 @@ > mt-*-*) > noconfigdirs="$noconfigdirs sim" > ;; > + picochip-*-*) > + noconfigdirs="$noconfigdirs target-libiberty" > + ;; > powerpc-*-aix*) > # copied from rs6000-*-* entry > noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}" >