aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolchain/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 5c80eef9aa..fda3401961 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -41,7 +41,7 @@ HOST_CONFIGURE_ARGS = \
--target=$(REAL_GNU_TARGET_NAME) \
--disable-werror \
--without-uiout \
- --disable-tui --disable-gdbtk --without-x \
+ --enable-tui --disable-gdbtk --without-x \
--without-included-gettext \
--enable-threads \
--with-expat \