Movatterモバイル変換
[0]ホーム
This is the mail archive of thebinutils@sources.redhat.commailing list for thebinutils project.
[RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
- From: Keith Seitz <keiths at redhat dot com>
- To: binutils at sources dot redhat dot com, "gdb-patches at sources dot redhat dot com" <gdb-patches at sources dot redhat dot com>
- Date: 18 Jun 2003 14:24:48 -0700
- Subject: [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
- Organization:
Hi,Turns out this build problem has been around for a while. I wasn'tseeing it because I kept an installed version of our tools around. Sureenough, as soon as I removed the installed version, there was theproblem.Synopsis: do a "make configure-gdb" when you intend to build insight.You won't get itcl configured, and consequently, insight won't build.KeithChangeLog2003-06-18 Keith Seitz <kseitz@sources.redhat.com> * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. * Makefile.in: Regenerate.
Index: Makefile.tpl===================================================================RCS file: /cvs/src/src/Makefile.tpl,vretrieving revision 1.71diff -u -p -r1.71 Makefile.tpl--- Makefile.tpl17 Jun 2003 21:59:09 -00001.71+++ Makefile.tpl18 Jun 2003 21:11:24 -0000@@ -1353,7 +1353,7 @@ all-bootstrap: maybe-all-libiberty maybe # Host modules specific to gdb. # GDB needs to know that the simulator is being built.-configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim+configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim GDB_TK = @GDB_TK@ all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK) install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui
[8]ページ先頭