summaryrefslogtreecommitdiff
path: root/make/gdbserver.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/gdbserver.mk')
-rw-r--r--make/gdbserver.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gdbserver.mk b/make/gdbserver.mk
index 103184cef..1ab44a236 100644
--- a/make/gdbserver.mk
+++ b/make/gdbserver.mk
@@ -27,7 +27,7 @@ $(GDB_WDIR)/.configured: $(GDB_DIR)/.unpacked
--mandir=/usr/man \
--infodir=/usr/info \
--includedir=$(STAGING_DIR)/include \
- --disable-nls \
+ $(DISABLE_NLS) \
--without-uiout --disable-gdbmi \
--disable-tui --disable-gdbtk --without-x \
--without-included-gettext \