From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20488 invoked by alias); 24 Jun 2002 17:33:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20465 invoked from network); 24 Jun 2002 17:33:49 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by sources.redhat.com with SMTP; 24 Jun 2002 17:33:49 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id g5OHXmc21211; Mon, 24 Jun 2002 13:33:48 -0400 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id g5OHXmI21655; Mon, 24 Jun 2002 13:33:48 -0400 Date: Mon, 24 Jun 2002 10:33:00 -0000 Message-Id: <200206241733.g5OHXmI21655@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: bje@redhat.com CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, gcc-patches@gcc.gnu.org In-reply-to: <15639.13798.444310.560342@tooth.toronto.redhat.com> (message from Ben Elliston on Mon, 24 Jun 2002 11:08:22 -0400 (EDT)) Subject: Re: top-level configure.in patch References: <15639.13798.444310.560342@tooth.toronto.redhat.com> X-SW-Source: 2002-06/txt/msg00489.txt.bz2 Ok, and for gcc too please. > 2002-06-24 Ben Elliston > > * configure.in (host_tools): Remove cgen. > > Index: configure.in > =================================================================== > RCS file: /cvs/src/src/configure.in,v > retrieving revision 1.89 > diff -u -p -c -r1.89 configure.in > *** configure.in 21 Jun 2002 22:20:17 -0000 1.89 > --- configure.in 24 Jun 2002 15:06:38 -0000 > *************** libstdcxx_version="target-libstdc++-v3" > *** 49,55 **** > # these tools are built for the host environment > # Note, the powerpc-eabi build depends on sim occurring before gdb in order to > # know that we are building the simulator. > ! host_tools="texinfo byacc flex bison binutils ld gas gcc cgen sid sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip fastjar" > > # libgcj represents the runtime libraries only used by gcj. > libgcj="target-libffi \ > --- 49,55 ---- > # these tools are built for the host environment > # Note, the powerpc-eabi build depends on sim occurring before gdb in order to > # know that we are building the simulator. > ! host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip fastjar" > > # libgcj represents the runtime libraries only used by gcj. > libgcj="target-libffi \ >