mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
arch/risc-v: Refine Toolchain.defs
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user