This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Update gdbtk dependencies to fix --disable-gdbtk
- From: DJ Delorie <dj at redhat dot com>
- To: drow at false dot org
- Cc: gcc-patches at gcc dot gnu dot org, gdb-patches at sourceware dot org, binutils at sourceware dot org
- Date: Wed, 19 Oct 2005 19:17:26 -0400
- Subject: Re: Update gdbtk dependencies to fix --disable-gdbtk
- References: <20051019144623.GA10419@nevyn.them.org>
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 <dan@codesourcery.com>
>
> * 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.