summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage1-gcc.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-28 10:58:07 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-28 10:58:07 +0000
commitdb91957dce9056dbe3d30142396d683c0700f087 (patch)
treec665937c5fde592e7d145adc686df1aeea248475 /strata/build-essential/stage1-gcc.morph
parent4ae23d0541960e39117c58d89f573fdb49a467db (diff)
downloaddefinitions-baserock/pedroalvarez/rpi.tar.gz
Diffstat (limited to 'strata/build-essential/stage1-gcc.morph')
-rw-r--r--strata/build-essential/stage1-gcc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/build-essential/stage1-gcc.morph b/strata/build-essential/stage1-gcc.morph
index d029364b..8472d86d 100644
--- a/strata/build-essential/stage1-gcc.morph
+++ b/strata/build-essential/stage1-gcc.morph
@@ -78,7 +78,7 @@ build-commands:
case "$MORPH_ARCH" in
armv7*) sed -i "s/--host=none/--host=armv7a/" o/Makefile
sed -i "s/--target=none/--target=armv7a/" o/Makefile ;;
- armv6lhf) sed -i "s/none-/$cpu-/" o/Makefile ;;
+ armv6lhf) sed -i "s/none-/$cpu-/" o/Makefile ;;
esac
cd o && make