summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-28 17:26:28 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-28 17:26:28 +0100
commitae6784fe8f9c3b6eb253c055fa61091fa16e560f (patch)
tree52177d1a90f81bbaf9909f97c770ce92249fba55 /mk
parentda5c7c2bf83dda013ab893481da991728e295466 (diff)
downloadembtoolkit-ae6784fe8f9c3b6eb253c055fa61091fa16e560f.tar.gz
embtoolkit-ae6784fe8f9c3b6eb253c055fa61091fa16e560f.tar.bz2
embtoolkit-ae6784fe8f9c3b6eb253c055fa61091fa16e560f.tar.xz
Toolchain: eglibc: set linux version to 2.6.27, as it minimal version supported
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/eglibc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index c6a7c22..88a1238 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -101,7 +101,7 @@ define embtk_configure_eglibc
--prefix=/usr --with-headers=$(SYSROOT)/usr/include \
--host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) \
$(embtk_eglibc_floattype) --disable-profile --without-gd --without-cvs \
- --enable-add-ons --enable-kernel="2.6.0" $(embtk_eglibc_versioning-y) \
+ --enable-add-ons --enable-kernel="2.6.27" $(embtk_eglibc_versioning-y) \
--with-bugurl=$(EMBTK_BUGURL) \
--with-pkgversion="EGLIBC from embtoolkit-$(EMBTK_VERSION)"
touch $(EGLIBC_BUILD_DIR)/.conifgured
@@ -119,7 +119,7 @@ define embtk_configure_eglibc_headers
--prefix=/usr --with-headers=$(SYSROOT)/usr/include \
--host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) \
$(embtk_eglibc_floattype) --disable-profile --without-gd --without-cvs \
- --enable-add-ons --enable-kernel="2.6.0" $(embtk_eglibc_versioning-y) \
+ --enable-add-ons --enable-kernel="2.6.27" $(embtk_eglibc_versioning-y) \
--with-bugurl=$(EMBTK_BUGURL)
touch $(EGLIBC_HEADERS_BUILD_DIR)/.configured
endef