From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32330 invoked by alias); 15 Apr 2009 08:15:07 -0000 Received: (qmail 32287 invoked by uid 22791); 15 Apr 2009 08:15:04 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_63,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Apr 2009 08:14:58 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KI400700UT7HE00@i_mtaout3.012.net.il> for gdb-patches@sources.redhat.com; Wed, 15 Apr 2009 11:14:55 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.34.97]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI4008UNUWUS840@i_mtaout3.012.net.il>; Wed, 15 Apr 2009 11:14:54 +0300 (IDT) Date: Wed, 15 Apr 2009 08:15:00 -0000 From: Eli Zaretskii Subject: Re: needed-list fails in libiberty In-reply-to: To: Ian Lance Taylor Cc: joseph@codesourcery.com, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <837i1mmiyh.fsf@gnu.org> References: <83vdp7mile.fsf@gnu.org> <83r5zvmh5v.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00297.txt.bz2 > Cc: "Joseph S. Myers" , gcc-patches@gcc.gnu.org, > gdb-patches@sources.redhat.com > From: Ian Lance Taylor > Date: Tue, 14 Apr 2009 17:29:40 -0700 > > Eli Zaretskii writes: > > > 2009-04-14 Eli Zaretskii > > > > * Makefile.in (needed-list): Target removed (not used in GCC > > 3.0 and later). All references deleted. > > This is OK if you've done a clean bootstrap on a primary platform. You mean, bootstrapping GCC? Or something else? Would this platform be good enough? Linux fencepost 2.6.16.29-xen #1 SMP Wed Dec 6 07:32:36 EST 2006 x86_64 GNU/Linux > > Btw, what are needed.awk and needed2.awk? should they be deleted as > > well? > > needed.awk and needed2.awk were the old scripts which were used to > generate needed-list before I converted libiberty to use autoconf. > Please feel free to remove the remaining references to them in > libiberty/Makefile.in. Will do. Thanks.