summaryrefslogtreecommitdiff
path: root/eglibc.morph
diff options
context:
space:
mode:
Diffstat (limited to 'eglibc.morph')
-rwxr-xr-xeglibc.morph4
1 files changed, 1 insertions, 3 deletions
diff --git a/eglibc.morph b/eglibc.morph
index e5f547718..4230ab5fd 100755
--- a/eglibc.morph
+++ b/eglibc.morph
@@ -4,9 +4,7 @@
"configure-commands": [
"cd libc && ln -s ../ports ports",
"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=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"
+ "SYSROOT=\"$PREFIX\"; cd o && CFLAGS=\"-O2 $CFLAGS\" ../libc/configure --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"