summaryrefslogtreecommitdiff
path: root/mk/eglibc.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-24 13:19:38 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-24 13:19:38 +0200
commitaff5b73f4cc094f0caca8e4976e7fc9662c2726e (patch)
tree9e57f861cfc0ba55e620ed0f8eb1e1cab01204ca /mk/eglibc.mk
parent0e20c37cb80bdb2cf540db36f2177f57250c7dee (diff)
downloadembtoolkit-aff5b73f4cc094f0caca8e4976e7fc9662c2726e.tar.gz
embtoolkit-aff5b73f4cc094f0caca8e4976e7fc9662c2726e.tar.bz2
embtoolkit-aff5b73f4cc094f0caca8e4976e7fc9662c2726e.tar.xz
Toolchain: EGLIBC: configure for 2.6 linux kernel only
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/eglibc.mk')
-rw-r--r--mk/eglibc.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index 1a97335..7d133fd 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -75,7 +75,8 @@ $(EGLIBC_HEADERS_BUILD_DIR)/.configured:
$(TOOLS_BUILD)/eglibc-$(EGLIBC_VERSION)/libc/configure --prefix=/usr \
--with-headers=$(SYSROOT)/usr/include \
--host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \
- --disable-profile --without-gd --without-cvs --enable-add-ons
+ --disable-profile --without-gd --without-cvs --enable-add-ons \
+ --enable-kernel="2.6.0"
@touch $@
$(EGLIBC_BUILD_DIR)/.installed: $(EGLIBC_BUILD_DIR)/.configured
@@ -95,5 +96,6 @@ $(EGLIBC_BUILD_DIR)/.configured:
$(TOOLS_BUILD)/eglibc-$(EGLIBC_VERSION)/libc/configure --prefix=/usr \
--with-headers=$(SYSROOT)/usr/include \
--host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \
- --disable-profile --without-gd --without-cvs --enable-add-ons
+ --disable-profile --without-gd --without-cvs --enable-add-ons \
+ --enable-kernel="2.6.0"
@touch $@