From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5992 invoked by alias); 2 Jan 2011 16:44:16 -0000 Received: (qmail 5967 invoked by uid 22791); 2 Jan 2011 16:44:15 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 02 Jan 2011 16:44:09 +0000 Received: by qwg5 with SMTP id 5so12953651qwg.20 for ; Sun, 02 Jan 2011 08:44:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.241.13 with SMTP id lc13mr18536891qcb.190.1293986646835; Sun, 02 Jan 2011 08:44:06 -0800 (PST) Received: by 10.220.190.137 with HTTP; Sun, 2 Jan 2011 08:44:06 -0800 (PST) In-Reply-To: <20110102164020.GK10951@gmx.de> References: <4D11D462.5050703@picochip.com> <20101223103949.GB8203@gmx.de> <4D1374B3.9080107@picochip.com> <20110102164020.GK10951@gmx.de> Date: Sun, 02 Jan 2011 16:47:00 -0000 Message-ID: Subject: Re: disable libiberty for picochip build. From: "H.J. Lu" To: Ralf Wildenhues , Hari Sandanagobalane , Hariharan Sandanagobalane , gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00044.txt.bz2 On Sun, Jan 2, 2011 at 8:40 AM, Ralf Wildenhues wr= ote: > * 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 disa= ble >> >>libiberty for picochip builds. Thanks >> > >> >This patch is missing the regeneration of the generated configure >> >script. =A0Also, 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 =A0Ralf Wildenhues =A0 > > =A0 =A0 =A0 =A0Sync from GCC: > =A0 =A0 =A0 =A02010-12-22 =A0Hariharan Sandanagobalane =A0 > > =A0 =A0 =A0 =A0* configure.ac: (picochip): Disable libiberty. > =A0 =A0 =A0 =A0* configure: Regenerate. > > Shouldn't we also sync ChangeLog in libiberty? --=20 H.J.