瀏覽代碼

disable werror, as suggested by a GNU libc developer to avoid breakage for architectures like hppa

Waldemar Brodkorb 11 年之前
父節點
當前提交
7334f12c3a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/glibc/Makefile.inc

+ 1 - 0
toolchain/glibc/Makefile.inc

@@ -23,6 +23,7 @@ GLIBC_CONFOPTS:=	--build=$(GNU_HOST_NAME) \
 			--host=$(GNU_TARGET_NAME) \
 			--with-headers=$(STAGING_TARGET_DIR)/usr/include \
 			--disable-sanity-checks \
+			--disable-werror \
 			--disable-nls \
 			--without-cvs \
 			--disable-profile \