summaryrefslogtreecommitdiff
path: root/toolchain/glibc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-19 14:01:29 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-19 14:02:49 -0500
commita90bc4cd66ba010ae8f3bab92cc788ba3812cb2c (patch)
treeee75c6caadc4520880999e718dc8f9b0778e413f /toolchain/glibc/Makefile.inc
parentf4ace38a3ea4d0e96417983583f1d9a4192eb555 (diff)
disable werror, as it breaks some builds
Diffstat (limited to 'toolchain/glibc/Makefile.inc')
-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 9ac7c711b..c6a7747a7 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/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 \