From f0c68611785e9ad7695160f3c247e6024caf6d59 Mon Sep 17 00:00:00 2001 From: chaoyang Date: Mon, 9 Aug 2021 08:55:23 +0000 Subject: [PATCH] update lite-python/Makefile. --- lite-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite-python/Makefile b/lite-python/Makefile index 820f3e4..135091b 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. -- Gitee