ARC: boards: allow Zephyr toolchain for ARCv3 64bit boards
As 0.13 SDK is available and used in upstream verification by default we can allow Zephyr toolchain for ARCv3 64bit boards. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
parent
eecc0961b6
commit
9e0acf3afa
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ simulation: nsim
|
|||
arch: arc
|
||||
toolchain:
|
||||
- cross-compile
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
|
@ -5,6 +5,7 @@ simulation: mdb-nsim
|
|||
arch: arc
|
||||
toolchain:
|
||||
- cross-compile
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
|
@ -5,6 +5,7 @@ simulation: qemu
|
|||
arch: arc
|
||||
toolchain:
|
||||
- cross-compile
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue