forked from Imagelibrary/binutils-gdb
* Makefile.in: Install gdbtk.tcl.
* configure.in: Add ENABLE_GDBTK flag. * gdbtk.c (gdb_sourcelines): Returns list of source lines containing code. (gdb_regnames): Returns list of register names.
This commit is contained in:
@@ -416,6 +416,7 @@ fi
|
||||
if [ "${enable_gdbtk}" = "yes" ] ; then
|
||||
sed -e '/# End of host and/i\
|
||||
\
|
||||
ENABLE_GDBTK = 1\
|
||||
ENABLE_DEPFILES = gdbtk.o\
|
||||
ENABLE_CLIBS = $(TCL) $(TK) -lX11 -lm
|
||||
' < Makefile > Makefile.tem
|
||||
|
||||
Reference in New Issue
Block a user