summaryrefslogtreecommitdiff
path: root/scripts/sanity_chk
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2016-09-06 10:54:26 -0700
committerAnas Nashif <nashif@linux.intel.com>2016-09-06 21:38:38 +0000
commit53dffd61aa065f65203f1e5312694aff0f16caaa (patch)
tree50022c660476c0f6f137ce42493f66b1caa55e3d /scripts/sanity_chk
parente98ac235e672b6bdc4a63491557f84f09f708e9b (diff)
add ARM GCC embedded toolchain to the list of supported toolchains
The Zephyr documentation states that the ARM GCC embedded toolchain is supported for ARM platforms so lets add a reference to allow sanitycheck to build with this configuration. This patch fixes 4b554baa87488ece6 ("sanitycheck: support for multiple toolchain"). Change-Id: I5578a3c78432219e2ba4d7393899d54c818c5c17 Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'scripts/sanity_chk')
-rw-r--r--scripts/sanity_chk/arches/arm.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sanity_chk/arches/arm.ini b/scripts/sanity_chk/arches/arm.ini
index 5f17f6125..46da41bc6 100644
--- a/scripts/sanity_chk/arches/arm.ini
+++ b/scripts/sanity_chk/arches/arm.ini
@@ -2,7 +2,7 @@
name = arm
platforms = qemu_cortex_m3 frdm_k64f arduino_due nucleo_f103rb stm32_mini_a15
olimexino_stm32 nrf52_nitrogen nrf52_pca10040
-supported_toolchains = zephyr
+supported_toolchains = zephyr gccarmemb
[qemu_cortex_m3]
qemu_support = true