summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2013-10-03 17:02:12 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2013-10-03 17:02:12 +0000
commit41a1369b9f1fdd3d99e6487de3ef46973128b981 (patch)
tree827e86395348f40bf38acbd2a5f94a547b55bb0b
parentc28641f6432a90fc265d117e813976c8924ff76a (diff)
downloadgcc-tarball-baserock/jannispohlmann/build-essential-armv7-hardfp.tar.gz
Fix syntax error in command line wrappingbaserock/jannispohlmann/build-essential-armv7-hardfp
-rw-r--r--gcc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc.morph b/gcc.morph
index d289060c5f..82db90c0a8 100644
--- a/gcc.morph
+++ b/gcc.morph
@@ -29,7 +29,7 @@ configure-commands:
`# [4]` --enable-__cxa_atexit \
`# [5]` --with-mpfr-include="$(pwd)/../mpfr/src" \
--with-mpfr-lib="$(pwd)/mpfr/src/.libs" \
- `# [6]` --with-system-zlib
+ `# [6]` --with-system-zlib \
`# [7]` --with-arch=armv7-a \
--with-cpu=cortex-a9 \
--with-tune=cortex-a9 \