arch/risc-v: Refine Toolchain.defs

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi
2021-12-27 00:18:22 +08:00
committed by Xiang Xiao
parent 1f87ded9c2
commit c2e8c92b25
32 changed files with 216 additions and 192 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_RV64GC
if ARCH_RV64
source "libs/libc/machine/risc-v/rv64/Kconfig"
endif
+2 -2
View File
@@ -20,10 +20,10 @@
include $(TOPDIR)/libs/libc/machine/risc-v/common/Make.defs
ifeq ($(CONFIG_ARCH_RV64GC),y)
ifeq ($(CONFIG_ARCH_RV64),y)
include $(TOPDIR)/libs/libc/machine/risc-v/rv64/Make.defs
endif
ifeq ($(CONFIG_ARCH_RV32IM),y)
ifeq ($(CONFIG_ARCH_RV32),y)
include $(TOPDIR)/libs/libc/machine/risc-v/rv32/Make.defs
endif