aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-06-04 20:32:37 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-06-04 20:32:37 +0300
commit01ac21f4f9c79f19f5b8970df7f58e9b34c38118 (patch)
tree8bbfae220122fa00d1420024767fe7de45554518 /zephyr-upstream.yaml
parentbdac286ce93c361591296f67db6d342b94a6472f (diff)
zephyr-upstream: use gccarmemb GCC variant
Change-Id: I5fc0eceda089faafd2d712628684d0706f28984d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'zephyr-upstream.yaml')
-rw-r--r--zephyr-upstream.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/zephyr-upstream.yaml b/zephyr-upstream.yaml
index 416399a3f8..db6215d8b7 100644
--- a/zephyr-upstream.yaml
+++ b/zephyr-upstream.yaml
@@ -96,9 +96,8 @@
case "${TOOLCHAIN}" in
gcc-arm-embedded)
- export PATH=${HOME}/srv/toolchain/gcc-arm-embedded-5-2016q1/bin:${PATH}
- export CROSS_COMPILE=arm-none-eabi-
- export ARCH=arm
+ export ZEPHYR_GCC_VARIANT=gccarmemb
+ export GCCARMEMB_TOOLCHAIN_PATH="${HOME}/srv/toolchain/gcc-arm-embedded-5-2016q1"
;;
zephyr-sdk)
#bash ${HOME}/srv/toolchain/zephyr-sdk-0.8-i686-setup.run --quiet --nox11 -- <<< "${HOME}/srv/toolchain/zephyr-sdk-0.8"