diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:07 +0000 |
commit | 51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f (patch) | |
tree | 45589d27f33c5761591d3e65f39cc0f9953fa679 /toolchain/gdb/Makefile | |
parent | 00bcebeb4cabcaa630ee940f8bd15d29a563afa6 (diff) | |
download | upstream-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.tar.gz upstream-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.tar.bz2 upstream-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/gdb/Makefile')
-rw-r--r-- | toolchain/gdb/Makefile | 1 |
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 \ |