summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-02-18 15:19:19 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-02-18 15:19:19 +0000
commit340da63e50fea494c47bb77a0bb99eca3541882a (patch)
treed5ad5c50ef9c70925709eaf103d33e76c9a32189
parent8e7ed389991ffb569dd5bc44883e814d4d14ff39 (diff)
downloadeglibc2-340da63e50fea494c47bb77a0bb99eca3541882a.tar.gz
eglibc.morph: Only support linux > 3.2.0
-rwxr-xr-xeglibc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/eglibc.morph b/eglibc.morph
index 0d88226a5..e5f547718 100755
--- a/eglibc.morph
+++ b/eglibc.morph
@@ -6,7 +6,7 @@
"mkdir o",
"cd o && touch configure-flags",
"cd o && if echo \"$TOOLCHAIN_TARGET\" | grep arm; then echo \"--without-fp\" > configure-flags; fi",
- "SYSROOT=\"$PREFIX\"; cd o && CFLAGS=\"-O2 $CFLAGS\" ../libc/configure $(cat configure-flags) --prefix=\"$PREFIX\" --disable-profile --enable-add-ons --enable-kernel=2.6.25 --with-headers=\"$SYSROOT/include\" --without-cvs --without-selinux libc_cv_c_cleanup=yes libc_cv_ctors_header=yes libc_cv_forced_unwind=yes libc_cv_ssp=no"
+ "SYSROOT=\"$PREFIX\"; cd o && CFLAGS=\"-O2 $CFLAGS\" ../libc/configure $(cat configure-flags) --prefix=\"$PREFIX\" --disable-profile --enable-add-ons --enable-kernel=3.2.0 --with-headers=\"$SYSROOT/include\" --without-cvs --without-selinux libc_cv_c_cleanup=yes libc_cv_ctors_header=yes libc_cv_forced_unwind=yes libc_cv_ssp=no"
],
"build-commands": [
"cd o && make localtime=UTC"