summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/build-essential/stage1-gcc.morph3
1 files changed, 1 insertions, 2 deletions
diff --git a/strata/build-essential/stage1-gcc.morph b/strata/build-essential/stage1-gcc.morph
index b4b04102..80cfb5d6 100644
--- a/strata/build-essential/stage1-gcc.morph
+++ b/strata/build-essential/stage1-gcc.morph
@@ -77,8 +77,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 ;;
- armv6*) sed -i "s/--host=none/--host=armv6l/" o/Makefile
- sed -i "s/--target=none/--target=armv6l/" o/Makefile ;;
+ armv6*) sed -i "s/none/armv6l-/" o/Makefile ;;
esac
cd o && make