浏览代码

disable NLS, allows toolchain building on native ADK systems

Waldemar Brodkorb 15 年之前
父节点
当前提交
b7676e029c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/libelf/Makefile

+ 1 - 0
toolchain/libelf/Makefile

@@ -15,6 +15,7 @@ $(WRKBUILD)/.configured:
 	(cd $(WRKBUILD); \
 		$(WRKBUILD)/configure \
 		--prefix=$(STAGING_HOST_DIR) \
+		--disable-nls \
 		--disable-shared \
 		--enable-static \
 	);