summaryrefslogtreecommitdiffstats
path: root/toolchain/insight
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
commit51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f (patch)
tree45589d27f33c5761591d3e65f39cc0f9953fa679 /toolchain/insight
parent00bcebeb4cabcaa630ee940f8bd15d29a563afa6 (diff)
downloadmaster-31e0f0ae-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.tar.gz
master-31e0f0ae-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.tar.bz2
master-31e0f0ae-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.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> SVN-Revision: 39980
Diffstat (limited to 'toolchain/insight')
-rw-r--r--toolchain/insight/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/insight/Makefile b/toolchain/insight/Makefile
index 9fb39e1932..3744f56451 100644
--- a/toolchain/insight/Makefile
+++ b/toolchain/insight/Makefile
@@ -28,7 +28,6 @@ define Host/Configure
--build=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
- $(DISABLE_NLS) \
--enable-threads \
--enable-werror=no \
);