summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gdb.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdb.mk b/src/gdb.mk
index 22c6a9f..bb270e0 100644
--- a/src/gdb.mk
+++ b/src/gdb.mk
@@ -21,6 +21,8 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-system-readline \
+ --disable-gdbtk \
+ --disable-tui \
host_configargs="LIBS=\"`$(TARGET)-pkg-config --libs dlfcn`\"" \
CONFIG_SHELL=$(SHELL)
$(MAKE) -C '$(1)' -j '$(JOBS)'