Explorar el Código

disable werror, as it breaks some builds

Waldemar Brodkorb hace 11 años
padre
commit
a90bc4cd66
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 \