diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-19 14:01:29 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-19 14:02:49 -0500 |
commit | a90bc4cd66ba010ae8f3bab92cc788ba3812cb2c (patch) | |
tree | ee75c6caadc4520880999e718dc8f9b0778e413f /toolchain | |
parent | f4ace38a3ea4d0e96417983583f1d9a4192eb555 (diff) |
disable werror, as it breaks some builds
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/glibc/Makefile.inc | 1 |
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 \ |