mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* configure.in (host_libs): Build itcl after tcl, tk.
This commit is contained in:
parent
b08f5ac27a
commit
1f07f797e3
@ -1,5 +1,7 @@
|
|||||||
Tue Feb 25 11:41:51 1997 Tom Tromey <tromey@cygnus.com>
|
Tue Feb 25 11:41:51 1997 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (host_libs): Build itcl after tcl, tk.
|
||||||
|
|
||||||
* configure.in (host_libs): Added db, itcl.
|
* configure.in (host_libs): Added db, itcl.
|
||||||
(host_tools): Added sn.
|
(host_tools): Added sn.
|
||||||
(noconfigdirs): Added itcl, db, sn in appropriate places.
|
(noconfigdirs): Added itcl, db, sn in appropriate places.
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
# these libraries are used by various programs built for the host environment
|
# these libraries are used by various programs built for the host environment
|
||||||
#
|
#
|
||||||
host_libs="mmalloc libiberty opcodes bfd readline gash db itcl tcl tk tclX"
|
host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl"
|
||||||
|
|
||||||
if [ "${enable_gdbgui}" = "yes" ] ; then
|
if [ "${enable_gdbgui}" = "yes" ] ; then
|
||||||
host_libs="${host_libs} libgui"
|
host_libs="${host_libs} libgui"
|
||||||
|
Loading…
Reference in New Issue
Block a user