From 5d93c2f0e1494699e0e6100043a794e2e4b07bc8 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Fri, 22 May 2015 17:44:04 +0100 Subject: 15.05: platforms: use CROSS_COMPILE Change-Id: Ic131fb5378914d66d8a175d66f1405b331e15992 Signed-off-by: Ryan Harkin --- members/arm/platforms/README.textile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/members/arm/platforms/README.textile b/members/arm/platforms/README.textile index 727cb57..2093248 100644 --- a/members/arm/platforms/README.textile +++ b/members/arm/platforms/README.textile @@ -111,7 +111,10 @@ For Android, download ramdisk.img from "here":#https://releases.linaro.org/15.04 h3(#build). 2.4 Building the Juno software -* First edit your /build-scripts/variants/juno-oe to make LINUX_COMPILER point at the relative path and prefix to where you installed Linaro GCC +* First decide how you wish to specify your cross compiler: +** Add the CROSS_COMPILE= prefix to all build script invocations. +** Edit your /build-scripts/variants/juno-oe to make CROSS_COMPILE point at the path and prefix to where you installed Linaro GCC. +** note: you may specify the prefix without a path if the compiler is on your path. * From the root directory of your workspace execute the following commands to build the software components and package them into an output folder: -- cgit v1.2.3