summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-28 16:47:53 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-28 16:47:53 +0000
commit3012733ec7a43e4408da41f6311fe7890ef4d0f8 (patch)
treecca3bdc0fd0c469bf0a2dc7c0a3c622dccada887
parent2d890cbc366c7f20d259e95e00c9abd3ade42c3d (diff)
downloadeglibc2-3012733ec7a43e4408da41f6311fe7890ef4d0f8.tar.gz
Create the configure-flags file in the o/ directory.
-rwxr-xr-xeglibc.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/eglibc.morph b/eglibc.morph
index e2f5609a1..a884f65a7 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 -U_FORTIFY_SOURCE -fno-stack-protector $CFLAGS\" ../libc/configure $(cat configure-flags) --prefix=/usr --disable-profile --without-selinux --without-cvs --enable-add-ons libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes --enable-kernel=2.6.25 --enable-stackguard-randomization CFLAGS=\"-O2 -U_FORTIFY_SOURCE -fno-stack-protector $CFLAGS\" libc_cv_ssp=no"
],
"build-commands": [