aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 15:54:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 15:54:07 +0000
commit6b7bcb9292a38e459552b3a52cf7d7dedb6539c2 (patch)
tree3d0e415e1d9ad1a15c30d7f043a50b573fc80ca4 /toolchain/gdb
parentadc4005450dc7fa0ec8ef2940c776e68dfbeb851 (diff)
downloadmaster-187ad058-6b7bcb9292a38e459552b3a52cf7d7dedb6539c2.tar.gz
master-187ad058-6b7bcb9292a38e459552b3a52cf7d7dedb6539c2.tar.bz2
master-187ad058-6b7bcb9292a38e459552b3a52cf7d7dedb6539c2.zip
build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 627baff528..10de1f883f 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -29,7 +29,6 @@ define Host/Configure
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
--disable-werror \
- $(DISABLE_NLS) \
--without-uiout \
--disable-tui --disable-gdbtk --without-x \
--without-included-gettext \