summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-28 16:52:09 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-28 16:52:09 +0000
commit3204e28ee97d38b3999bbd379c3903dec8ca16c2 (patch)
treeb6c29691c5bba4bc8bcfd87e223427f0b0252d59
parent4e2288083c0e323f54fbdc375868f104487e9a01 (diff)
downloadeglibc2-baserock/2.15-bootstrap-pass1.tar.gz
Create the configure-flags file in the o/ directory.baserock/2.15-bootstrap-pass1
-rwxr-xr-xeglibc.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/eglibc.morph b/eglibc.morph
index 507800c02..cff622486 100755
--- a/eglibc.morph
+++ b/eglibc.morph
@@ -4,8 +4,8 @@
"configure-commands": [
"cd libc && ln -s ../ports ports",
"mkdir o",
- "touch configure-flags",
- "if echo \"$TOOLCHAIN_TARGET\" | grep arm; then echo \"--without-fp\" > configure-flags; fi",
+ "cd o && touch configure-flags",
+ "cd o && if echo \"$TOOLCHAIN_TARGET\" | grep arm; then echo \"--without-fp\" > configure-flags; fi",
"cd o && CFLAGS=\"-O2 $CFLAGS\" ../libc/configure $(cat configure-flags) --prefix=\"$PREFIX\" --host=\"$TOOLCHAIN_TARGET\" --build=$(../libc/scripts/config.guess) --disable-profile --enable-add-ons --enable-kernel=2.6.25 --with-headers=\"$PREFIX/include\" --without-selinux -without-cvs libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes CFLAGS=\"-O2 $CFLAGS\" libc_cv_ssp=no"
],
"build-commands": [