summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc.morph b/gcc.morph
index 2fd4f40f61..e43c001e44 100644
--- a/gcc.morph
+++ b/gcc.morph
@@ -4,7 +4,7 @@
"configure-commands": [
"mkdir o",
"cd o && touch configure-flags",
- "cd o && if echo \"$TOOLCHAIN_TARGET\" | grep arm; then echo \"--with-arch=armv7-a\" >> configure-flags; fi"
+ "cd o && if echo \"$TOOLCHAIN_TARGET\" | grep arm; then echo \"--with-arch=armv7-a\" >> configure-flags; fi",
"cd o && ../configure $(cat configure-flags) --prefix=\"$PREFIX\" --libdir=\"$PREFIX/lib\" --disable-libgomp --disable-multilib --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-threads=posix --without-cloog --without-ppl --with-mpfr-include=\"$(pwd)/../mpfr/src\" --with-mpfr-lib=\"$(pwd)/mpfr/src/.libs\"",
"if [ ! -d /usr/include ]; then mkdir /usr; ln -s /tools/include /usr/include; fi"
],