From aff5b73f4cc094f0caca8e4976e7fc9662c2726e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 24 May 2009 13:19:38 +0200 Subject: Toolchain: EGLIBC: configure for 2.6 linux kernel only Signed-off-by: Abdoulaye Walsimou Gaye --- mk/eglibc.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mk') 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 $@ -- cgit v1.2.3