From b7676e029c848bc6a8abbe9dd3399623cdb3ce20 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 20 Jan 2011 18:27:38 +0100 Subject: disable NLS, allows toolchain building on native ADK systems --- toolchain/libelf/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/libelf') 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 \ ); -- cgit v1.2.3