noux: add RISC-V gnu build support

issue #4312
This commit is contained in:
Sebastian Sumpf 2021-12-15 11:06:35 +01:00 committed by Norman Feske
parent 6dbdb966fc
commit 43da93bb6f

View File

@ -85,6 +85,9 @@ endif
ifeq ($(findstring arm_v8, $(SPECS)), arm_v8)
CONFIGURE_ARGS += --host aarch64-none-elf
endif
ifeq ($(findstring riscv, $(SPECS)), riscv)
CONFIGURE_ARGS += --host riscv64-unknown-elf
endif
ifeq ($(findstring x86, $(SPECS)), x86)
CONFIGURE_ARGS += --host x86_64-pc-elf
endif