summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-09-23 18:28:09 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-09-23 18:28:09 +0200
commit49667a12a1c22fb89c3f325b39e45762ade4ef86 (patch)
tree9547b1a0e2370ece7084cd5912d95f3b22fdf59c /packages
parenta5bcd70dff795b8924ca40cd842108a97c5f6555 (diff)
downloadembtoolkit-49667a12a1c22fb89c3f325b39e45762ade4ef86.tar.gz
embtoolkit-49667a12a1c22fb89c3f325b39e45762ade4ef86.tar.bz2
embtoolkit-49667a12a1c22fb89c3f325b39e45762ade4ef86.tar.xz
Toolchain addons: gdb: disable NLS
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-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 3a10a60..d64dfef 100644
--- a/packages/development/gdb/gdb.mk
+++ b/packages/development/gdb/gdb.mk
@@ -44,7 +44,7 @@ GDB_LIBEXECS :=
GDB_PKGCONFIGS :=
GDB_CONFIGURE_ENV :=
-GDB_CONFIGURE_OPTS := --disable-werror --disable-sim \
+GDB_CONFIGURE_OPTS := --disable-werror --disable-sim --disable-nls \
--with-bugurl="$(EMBTK_BUGURL)" \
--with-pkgversion="embtk-$(EMBTK_VERSION)"