summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/mk/glibc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mk/glibc.mk b/core/mk/glibc.mk
index b9be9ad..cbc9e8b 100644
--- a/core/mk/glibc.mk
+++ b/core/mk/glibc.mk
@@ -74,7 +74,7 @@ define embtk_configure_glibc
$(embtk_glibc_floattype) --disable-profile --without-gd --without-cvs \
--without-selinux --enable-add-ons --enable-kernel="2.6.32" \
--enable-obsolete-rpc --disable-build-nscd --disable-nscd \
- --with-bugurl=$(EMBTK_BUGURL) \
+ --disable-werror --with-bugurl=$(EMBTK_BUGURL) \
--with-pkgversion="GLIBC from embtoolkit-$(EMBTK_VERSION)"
$(call __embtk_setconfigured_pkg,glibc)
endef