summaryrefslogtreecommitdiff
path: root/core/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-04 16:24:59 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-04 16:24:59 +0200
commit056bf55dabe00a2955d830060a2ad37593cd4546 (patch)
tree645e6043dc6876df7a5c9538e9513372b5da3406 /core/mk
parentf62bfa524e5498c3dd314478f5b6c825629251d4 (diff)
downloadembtoolkit-056bf55dabe00a2955d830060a2ad37593cd4546.tar.gz
embtoolkit-056bf55dabe00a2955d830060a2ad37593cd4546.tar.bz2
embtoolkit-056bf55dabe00a2955d830060a2ad37593cd4546.tar.xz
Toolchain: {e}glibc: update minimal kernel to v2.6.32
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/mk')
-rw-r--r--core/mk/eglibc.mk2
-rw-r--r--core/mk/glibc.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/mk/eglibc.mk b/core/mk/eglibc.mk
index 959283d..d0ac18d 100644
--- a/core/mk/eglibc.mk
+++ b/core/mk/eglibc.mk
@@ -75,7 +75,7 @@ define embtk_configure_eglibc
--target=$(STRICT_GNU_TARGET) \
--build=$(HOST_BUILD) \
$(embtk_eglibc_floattype) --disable-profile --without-gd --without-cvs \
- --enable-add-ons --enable-kernel="2.6.27" \
+ --enable-add-ons --enable-kernel="2.6.32" \
$(embtk_eglibc_versioning-y) \
$(embtk_eglibc-sunrpc-y) \
--with-bugurl=$(EMBTK_BUGURL) \
diff --git a/core/mk/glibc.mk b/core/mk/glibc.mk
index ad72875..e14a979 100644
--- a/core/mk/glibc.mk
+++ b/core/mk/glibc.mk
@@ -69,7 +69,7 @@ define embtk_configure_glibc
--target=$(STRICT_GNU_TARGET) \
--build=$(HOST_BUILD) \
$(embtk_glibc_floattype) --disable-profile --without-gd --without-cvs \
- --without-selinux --enable-add-ons --enable-kernel="2.6.27" \
+ --without-selinux --enable-add-ons --enable-kernel="2.6.32" \
--enable-obsolete-rpc --disable-build-nscd --disable-nscd \
--with-bugurl=$(EMBTK_BUGURL) \
--with-pkgversion="GLIBC from embtoolkit-$(EMBTK_VERSION)"