summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-07 12:05:44 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-07 12:05:44 +0000
commit3f27f5ae42663f8b83f3d9ea6123aebcaf2590e5 (patch)
tree072fb71a6eda8c43d65f59736784d00f14d7173e
parentfbc521570ecf421c82101a4ef31a20be4fa41cc0 (diff)
downloadgcc-tarball-baserock/jonathan/arm-fix.tar.gz
Fix typo in morphologybaserock/jonathan/arm-fix
-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"
],