summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-26 10:31:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-26 10:31:10 +0100
commit030d839f9a8a17e690ff9065c3c01533fc341f0e (patch)
treec23bfc194ff72c2fac7208198d00adc1aaf1b0de /toolchain
parentc2538805045d5a958ceb7974dec056ad45367d98 (diff)
update minimum kernel
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/Makefile.inc2
-rw-r--r--toolchain/glibc/Makefile.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/Makefile.inc b/toolchain/eglibc/Makefile.inc
index abb6879c3..1ac72ef54 100644
--- a/toolchain/eglibc/Makefile.inc
+++ b/toolchain/eglibc/Makefile.inc
@@ -10,7 +10,7 @@ EGLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
--without-cvs \
--disable-profile \
--disable-debug \
- --enable-kernel=2.6.0 \
+ --enable-kernel=2.6.32 \
--without-gd \
--disable-nscd \
--with-__thread \
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc
index 4a34c9d18..e28405643 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/toolchain/glibc/Makefile.inc
@@ -18,7 +18,7 @@ GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
--disable-nscd \
--with-__thread \
--with-tls \
- --enable-kernel="2.6.0" \
+ --enable-kernel="2.6.32" \
--enable-add-ons
GLIBC_ENV:= PATH='${TARGET_PATH}' \
BUILD_CC=${CC_FOR_BUILD} \