mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
optionally configure libgui (--enable-gdbgui)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user