From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25035 invoked by alias); 10 Dec 2002 22:27:44 -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 25018 invoked from network); 10 Dec 2002 22:27:40 -0000 Received: from unknown (HELO mailout5-0.nyroc.rr.com) (24.92.226.169) by sources.redhat.com with SMTP; 10 Dec 2002 22:27:40 -0000 Received: from doctormoo (syr-24-24-16-193.twcny.rr.com [24.24.16.193]) by mailout5-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id gBAMRUF15978; Tue, 10 Dec 2002 17:27:31 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18Lspn-0000Mz-00; Tue, 10 Dec 2002 17:26:35 -0500 Date: Tue, 10 Dec 2002 16:26:00 -0000 To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: (toplevel patch) drop tclX Message-ID: <20021210222634.GA1422@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2002-12/txt/msg00346.txt.bz2 tclX hasn't been used by anything in gcc or src in a long time. * configure.in, Makefile.tpl, Makefile.def: Remove tclX. * Makefile.in: Regenerate. Index: configure.in =================================================================== RCS file: /cvs/gcc/gcc/configure.in,v retrieving revision 1.177.4.18 diff -u -r1.177.4.18 configure.in --- configure.in 5 Dec 2002 22:46:38 -0000 1.177.4.18 +++ configure.in 10 Dec 2002 22:25:34 -0000 @@ -73,7 +73,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib" +host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk itcl tix libgui zlib" libstdcxx_version="target-libstdc++-v3" Index: Makefile.tpl =================================================================== RCS file: /cvs/gcc/gcc/Makefile.tpl,v retrieving revision 1.5.2.24 diff -u -r1.5.2.24 Makefile.tpl --- Makefile.tpl 8 Dec 2002 22:39:49 -0000 1.5.2.24 +++ Makefile.tpl 10 Dec 2002 22:25:49 -0000 @@ -1339,7 +1339,6 @@ all-send-pr: maybe-all-prms all-snavigator: maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-tix maybe-all-db maybe-all-grep maybe-all-libgui all-tar: maybe-all-libiberty -all-tclX: maybe-all-tcl maybe-all-tk all-uudecode: maybe-all-libiberty ALL_GCC = maybe-all-gcc Index: Makefile.def =================================================================== RCS file: /cvs/gcc/gcc/Makefile.def,v retrieving revision 1.2.2.7 diff -u -r1.2.2.7 Makefile.def --- Makefile.def 23 Nov 2002 22:21:45 -0000 1.2.2.7 +++ Makefile.def 10 Dec 2002 22:25:56 -0000 @@ -66,7 +66,6 @@ host_modules= { module= gdb; with_x=true; }; host_modules= { module= expect; with_x=true; }; host_modules= { module= guile; with_x=true; }; -host_modules= { module= tclX; with_x=true; }; host_modules= { module= tk; with_x=true; }; host_modules= { module= tix; with_x=true; }; host_modules= { module= libtermcap; no_check=true; no_clean=true; };