This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Gdbtk configury changes
- From: Daniel Jacobowitz <drow at false dot org>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 25 Jul 2008 22:42:48 -0400
- Subject: Re: [RFA] Gdbtk configury changes
- References: <488A3C85.4000506@redhat.com>
On Fri, Jul 25, 2008 at 01:50:13PM -0700, Keith Seitz wrote:
> For reasons unknown to me
???
> I have been working on eliminating the need
> for Tcl, Tk, and Itcl to come from the source tree.
Great!
It looks fine. The only thing I noticed was...
> @@ -1663,9 +1652,8 @@ procfs.o: $(srcdir)/procfs.c
> $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/procfs.c
>
> v850ice.o: $(srcdir)/v850ice.c
> - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
> - $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
> - $(GDBTK_CFLAGS) \
> + $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ALL_TCL_CFLAGS) \
> + $(X11_CFLAGS) $(GDBTK_CFLAGS) \
> $(srcdir)/v850ice.c
>
> # Message files. Based on code in gcc/Makefile.in.
This file doesn't seem to exist any more.
--
Daniel Jacobowitz
CodeSourcery