summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-20 18:27:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-20 18:27:38 +0100
commitb7676e029c848bc6a8abbe9dd3399623cdb3ce20 (patch)
treeced576b5a7ba7899df08201fb8e3203cc704e594
parent52b1b0100c53b1f8699955df618fcb47744e0a7e (diff)
disable NLS, allows toolchain building on native ADK systems
-rw-r--r--toolchain/libelf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/libelf/Makefile b/toolchain/libelf/Makefile
index 485978cf0..c243cdd00 100644
--- a/toolchain/libelf/Makefile
+++ b/toolchain/libelf/Makefile
@@ -15,6 +15,7 @@ $(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
--prefix=$(STAGING_HOST_DIR) \
+ --disable-nls \
--disable-shared \
--enable-static \
);