From 52f34116e4517bdbdc3d6c480235fe31ca88ed3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 15 Apr 2015 00:22:43 +0100 Subject: stage2-gcc: set correct host/target for GMP for armv5 Change-Id: Icb223438e2ed7bc54e8d1ea7573594418ebe0445 --- strata/build-essential/stage2-gcc.morph | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strata/build-essential/stage2-gcc.morph b/strata/build-essential/stage2-gcc.morph index 98f9cfe7..cd600e18 100644 --- a/strata/build-essential/stage2-gcc.morph +++ b/strata/build-essential/stage2-gcc.morph @@ -52,6 +52,8 @@ configure-commands: build-commands: - | case "$MORPH_ARCH" in + armv5*) sed -i "s/--host=none/--host=armv5/" o/Makefile + sed -i "s/--target=none/--target=armv5/" o/Makefile ;; armv7*) sed -i "s/--host=none/--host=armv7a/" o/Makefile sed -i "s/--target=none/--target=armv7a/" o/Makefile ;; esac -- cgit v1.2.1