From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11335 invoked by alias); 24 Jun 2002 15:08:26 -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 11316 invoked from network); 24 Jun 2002 15:08:23 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 24 Jun 2002 15:08:23 -0000 Received: from tooth.toronto.redhat.com (unknown [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id A63A4B8048; Mon, 24 Jun 2002 11:08:22 -0400 (EDT) Received: (from bje@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.6) id g5OF8MX23993; Mon, 24 Jun 2002 11:08:22 -0400 From: Ben Elliston MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15639.13798.444310.560342@tooth.toronto.redhat.com> Date: Mon, 24 Jun 2002 08:08:00 -0000 To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: top-level configure.in patch X-SW-Source: 2002-06/txt/msg00485.txt.bz2 This follow-up patch stops configure from generating a "cgen" build directory, as it's no longer needed. Okay to commit? 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 \