summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-08 13:05:03 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-08 13:05:03 +0100
commitf662070be39619437d9a15fceec9c908a81b2296 (patch)
tree71c2741f761718a8c26e463b79a56209eb06a693 /core
parent6ac3d3dc1195d9bae05e11d98d03962e90db6e5d (diff)
downloadembtoolkit-f662070be39619437d9a15fceec9c908a81b2296.tar.gz
embtoolkit-f662070be39619437d9a15fceec9c908a81b2296.tar.bz2
embtoolkit-f662070be39619437d9a15fceec9c908a81b2296.tar.xz
Toolchain: glibc: disable werror introduced in v2.21
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core')
-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