summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-02-18 17:18:48 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-02-19 16:51:15 +0000
commit19c356fed3da5d4243f4d55b8b4170c1977e32b2 (patch)
treee2fdb50dec33b9d28afd970f68562aa1d2594a3b
parent340da63e50fea494c47bb77a0bb99eca3541882a (diff)
downloadeglibc2-baserock/highbank.tar.gz
Do not use --without-fp configure flag optionbaserock/highbank
-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"