change toolchain to riscv-none-embed-gcc-xpack for ci

This commit is contained in:
hathach 2021-08-15 17:28:14 +07:00
parent 37d9f940ee
commit 73f8fae036
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
#CROSS_COMPILE ?= riscv32-unknown-elf-
# Toolchain from https://nucleisys.com/download.php
CROSS_COMPILE ?= riscv-nuclei-elf-
#CROSS_COMPILE ?= riscv-nuclei-elf-
# Toolchain from https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack
#CROSS_COMPILE ?= riscv-none-embed-
CROSS_COMPILE ?= riscv-none-embed-
# Submodules
NUCLEI_SDK = hw/mcu/gd/nuclei-sdk