Browse Source

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

Waldemar Brodkorb 9 years ago
parent
commit
7334f12c3a
1 changed files with 1 additions and 0 deletions
  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 \