summaryrefslogtreecommitdiff
path: root/packages/development
diff options
context:
space:
mode:
Diffstat (limited to 'packages/development')
-rw-r--r--packages/development/gdb/gdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/development/gdb/gdb.mk b/packages/development/gdb/gdb.mk
index 7c1fd7b..ce9655d 100644
--- a/packages/development/gdb/gdb.mk
+++ b/packages/development/gdb/gdb.mk
@@ -39,7 +39,7 @@ GDBSERVER_BUILD_DIR := $(embtk_pkgb)/gdbserver-$(GDB_VERSION)-build
GDB_DEPS := ncurses_install
-GDB_CONFIGURE_OPTS := --disable-werror --disable-sim --disable-nl
+GDB_CONFIGURE_OPTS := --disable-werror --disable-sim --disable-nls
GDB_CONFIGURE_OPTS += --with-bugurl="$(EMBTK_BUGURL)"
GDB_CONFIGURE_OPTS += --with-pkgversion="embtk-$(EMBTK_VERSION)"