mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
optionally configure libgui (--enable-gdbgui)
This commit is contained in:
parent
1df6e2665e
commit
f4a7dca7e7
@ -26,6 +26,10 @@
|
||||
#
|
||||
host_libs="mmalloc libiberty opcodes bfd readline glob gash tcl tk tclX"
|
||||
|
||||
if [ "${enable_gdbgui}" = "yes" ] ; then
|
||||
host_libs="${host_libs} libgui"
|
||||
fi
|
||||
|
||||
# these tools are built for the host environment
|
||||
#
|
||||
host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
|
||||
|
Loading…
Reference in New Issue
Block a user