* Makefile.in (LIBGUI): New variable.
(GUI_CFLAGS_X): New variable. (IDE_CFLAGS): Add $(GUI_CFLAGS_X). * configure.in: Add $(LIBGUI) to TCL_LIBS and CONFIG_DEPS. * configure: Rebuild.
This commit is contained in:
parent
f07263913a
commit
dafec9dda1
@ -1,3 +1,13 @@
|
||||
start-sanitize-gdbtk
|
||||
Tue Dec 16 21:16:42 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (LIBGUI): New variable.
|
||||
(GUI_CFLAGS_X): New variable.
|
||||
(IDE_CFLAGS): Add $(GUI_CFLAGS_X).
|
||||
* configure.in: Add $(LIBGUI) to TCL_LIBS and CONFIG_DEPS.
|
||||
* configure: Rebuild.
|
||||
|
||||
end-sanitize-gdbtk
|
||||
Tue Dec 16 11:24:30 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* remote-sim.c (gdbsim_open): Use "--architecture" instead of
|
||||
|
272
gdb/configure
vendored
272
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -351,11 +351,11 @@ if test "${enable_gdbtk}" = "yes"; then
|
||||
|
||||
# Include some libraries that Tcl and Tk want.
|
||||
if test "${enable_ide}" = "yes"; then
|
||||
TCL_LIBS='$(LIBIDE) $(IDE) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBIDE) $(IDE_DEPS) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
TCL_LIBS='$(LIBIDE) $(LIBGUI) $(IDE) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBIDE) $(LIBGUI) $(IDE_DEPS) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
else
|
||||
TCL_LIBS='$(LIBIDE) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBIDE) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
TCL_LIBS='$(LIBGUI) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBGUI) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
fi
|
||||
# Yes, the ordering seems wrong here. But it isn't.
|
||||
# TK_LIBS is the list of libraries that need to be linked
|
||||
|
Loading…
Reference in New Issue
Block a user