From 50f2431eb57a6acc3f776e9ef7c18b4dc6d57e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 21 Dec 2015 11:25:36 +0000 Subject: Use MORPH_ARCH instead manual parsing Change-Id: I10f5794157941c828db8d3acbc386dffbacd1831 --- strata/icu-common/icu.morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'strata/icu-common') diff --git a/strata/icu-common/icu.morph b/strata/icu-common/icu.morph index 42a7bc58..5c269ee0 100644 --- a/strata/icu-common/icu.morph +++ b/strata/icu-common/icu.morph @@ -4,8 +4,7 @@ configure-commands: - | # As per commit 8874a7c7, We issue this sed command when # building ICU libraries on arm architectures. - cpu=$(echo $TARGET | cut -d '-' -f 1) - case "$cpu" in + case "$MORPH_ARCH" in *arm*) sed -e 's/LDFLAGSICUDT/#LDFLAGSICUDT/' -i source/config/mh-linux ;; -- cgit v1.2.1