소스 검색

disable werror, as it breaks some builds

Waldemar Brodkorb 11 년 전
부모
커밋
a90bc4cd66
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      toolchain/glibc/Makefile.inc

+ 1 - 0
toolchain/glibc/Makefile.inc

@@ -25,6 +25,7 @@ GLIBC_CONFOPTS:=	--build=$(GNU_HOST_NAME) \
 			--disable-sanity-checks \
 			--disable-werror \
 			--disable-nls \
+			--disable-werror \
 			--without-cvs \
 			--disable-profile \
 			--disable-debug \