summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-03 05:26:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-03 05:26:18 +0100
commit7334f12c3af8939e8d7d7b6fa4c1afa7ad0c8cd1 (patch)
tree806b8ab86f71b0bd9d7ac9e3d64b694c5b4b375c /toolchain/glibc
parent2f52afb1c63426cd0b69ac86d7ef3f36c71c0724 (diff)
disable werror, as suggested by a GNU libc developer to avoid breakage for architectures like hppa
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc
index f7e4c42b9..9ac7c711b 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/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 \