From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18225 invoked by alias); 19 Oct 2005 23:17:45 -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 18156 invoked by uid 22791); 19 Oct 2005 23:17:42 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 19 Oct 2005 23:17:42 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j9JNHX2D004970; Wed, 19 Oct 2005 19:17:33 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9JNHXV23335; Wed, 19 Oct 2005 19:17:33 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9JNHWR07554; Wed, 19 Oct 2005 19:17:33 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.1/8.13.1) with ESMTP id j9JNHVJo009538; Wed, 19 Oct 2005 19:17:31 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.1/8.13.1/Submit) id j9JNHQUp009535; Wed, 19 Oct 2005 19:17:26 -0400 Date: Wed, 19 Oct 2005 23:17:00 -0000 Message-Id: <200510192317.j9JNHQUp009535@greed.delorie.com> From: DJ Delorie To: drow@false.org CC: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org In-reply-to: <20051019144623.GA10419@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 19 Oct 2005 10:46:23 -0400) Subject: Re: Update gdbtk dependencies to fix --disable-gdbtk References: <20051019144623.GA10419@nevyn.them.org> X-SW-Source: 2005-10/txt/msg00165.txt.bz2 I'm OK with this from a technical point of view, but I'll defer to the gdb folks if it's a Good Idea to do it this way. > This patch makes --disable-gdbtk _really_ disable GDB's dependencies on TCL, > TK, itcl, and libgui. Tested in a couple of cross configurations. OK? > > -- > Daniel Jacobowitz > CodeSourcery, LLC > > 2005-10-19 Daniel Jacobowitz > > * Makefile.def: Remove gdb dependencies for gdbtk. > * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables. > (configure-gdb, install-gdb): New rules. > * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK. > * Makefile.in, configure: Regenerated.