summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-05-22 17:44:04 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-05-22 17:44:04 +0100
commit5d93c2f0e1494699e0e6100043a794e2e4b07bc8 (patch)
treefe0ae83464b99ba828e80c7cb8229682dc5ebd70
parentf482239ba5d661b6eb2c4800417e6be6353c0600 (diff)
15.05: platforms: use CROSS_COMPILE
Change-Id: Ic131fb5378914d66d8a175d66f1405b331e15992 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/platforms/README.textile5
1 files changed, 4 insertions, 1 deletions
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 <workspace>/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=<path-and-prefix> prefix to all build script invocations.
+** Edit your <workspace>/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: