diff --git a/lite-python/Makefile b/lite-python/Makefile index 820f3e4c113ff22831bd04f11ace491a92f30f79..135091be7f3adfdb2e7b466733452f6c15077543 100755 --- a/lite-python/Makefile +++ b/lite-python/Makefile @@ -31,7 +31,7 @@ MICROPY_ROM_TEXT_COMPRESSION ?= 1 # include py core make definitions include $(TOP)/py/py.mk -CROSS_COMPILE ?= /home/harmony/gcc_riscv32/bin/riscv32-unknown-elf- +CROSS_COMPILE ?= riscv32-unknown-elf- INC += -I.