soc: riscv32: openisa_rv32m1: Support Zephyr toolchain
The 0.10 version of the Zephyr toolchain supports building on the openisa_rv32m1 SoC. So if the ZEPHYR_TOOLCHAIN_VARIANT is 'zephyr' than select RISCV_GENERIC_TOOLCHAIN. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
40e0a2e9da
commit
128d2e2bd1
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ config XIP
|
|||
|
||||
config RISCV_GENERIC_TOOLCHAIN
|
||||
bool
|
||||
default y if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr"
|
||||
default n
|
||||
|
||||
config RISCV_SOC_CONTEXT_SAVE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue