From 77a5d9065808d40e7cf7a66ebc4eceffba4623b9 Mon Sep 17 00:00:00 2001 From: jony_code Date: Mon, 16 Aug 2021 15:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9makefile=20CROSS=5FCOMPILE?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jony_code --- 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