From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2172 invoked by alias); 2 Jan 2011 16:40:30 -0000 Received: (qmail 2159 invoked by uid 22791); 2 Jan 2011 16:40:29 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mail.gmx.net) (213.165.64.23) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 02 Jan 2011 16:40:24 +0000 Received: (qmail invoked by alias); 02 Jan 2011 16:40:21 -0000 Received: from xdsl-78-34-215-55.netcologne.de (EHLO localhost.localdomain) [78.34.215.55] by mail.gmx.net (mp023) with SMTP; 02 Jan 2011 17:40:21 +0100 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1PZQyi-00031z-OD; Sun, 02 Jan 2011 17:40:20 +0100 Date: Sun, 02 Jan 2011 16:44:00 -0000 From: Ralf Wildenhues To: Hari Sandanagobalane Cc: Hariharan Sandanagobalane , gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: disable libiberty for picochip build. Message-ID: <20110102164020.GK10951@gmx.de> Mail-Followup-To: Ralf Wildenhues , Hari Sandanagobalane , Hariharan Sandanagobalane , gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org References: <4D11D462.5050703@picochip.com> <20101223103949.GB8203@gmx.de> <4D1374B3.9080107@picochip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D1374B3.9080107@picochip.com> User-Agent: Mutt/1.5.20 (2010-08-04) X-IsSubscribed: yes 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/msg00043.txt.bz2 * 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}"