Browse Source

update minimum kernel

Waldemar Brodkorb 11 years ago
parent
commit
030d839f9a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      toolchain/eglibc/Makefile.inc
  2. 1 1
      toolchain/glibc/Makefile.inc

+ 1 - 1
toolchain/eglibc/Makefile.inc

@@ -10,7 +10,7 @@ EGLIBC_CONFOPTS:=	--build=$(GNU_HOST_NAME) \
 			--without-cvs \
 			--without-cvs \
 			--disable-profile \
 			--disable-profile \
 			--disable-debug \
 			--disable-debug \
-			--enable-kernel=2.6.0 \
+			--enable-kernel=2.6.32 \
 			--without-gd \
 			--without-gd \
 			--disable-nscd \
 			--disable-nscd \
 			--with-__thread \
 			--with-__thread \

+ 1 - 1
toolchain/glibc/Makefile.inc

@@ -18,7 +18,7 @@ GLIBC_CONFOPTS:=	--build=$(GNU_HOST_NAME) \
 			--disable-nscd \
 			--disable-nscd \
 			--with-__thread \
 			--with-__thread \
 			--with-tls \
 			--with-tls \
-			--enable-kernel="2.6.0" \
+			--enable-kernel="2.6.32" \
 			--enable-add-ons
 			--enable-add-ons
 GLIBC_ENV:=             PATH='${TARGET_PATH}' \
 GLIBC_ENV:=             PATH='${TARGET_PATH}' \
                         BUILD_CC=${CC_FOR_BUILD} \
                         BUILD_CC=${CC_FOR_BUILD} \