Add support for RISCV32 ILP32F (#3708)
This commit is contained in:
9
.github/workflows/spec_test_on_nuttx.yml
vendored
9
.github/workflows/spec_test_on_nuttx.yml
vendored
@ -74,6 +74,11 @@ jobs:
|
||||
target: "riscv32",
|
||||
fpu_type: "none"
|
||||
},
|
||||
{
|
||||
config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
|
||||
target: "riscv32_ilp32f",
|
||||
fpu_type: "fp"
|
||||
},
|
||||
# {
|
||||
# config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
|
||||
# target: "riscv32_ilp32d",
|
||||
@ -120,6 +125,10 @@ jobs:
|
||||
- target_config: { config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh64" }
|
||||
wamr_test_option: { mode: "-t aot -X" }
|
||||
|
||||
# XIP is not fully supported yet on RISCV32 ILP32F, some relocations can not be resolved
|
||||
- target_config: { config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh", fpu_type: "fp" }
|
||||
wamr_test_option: { mode: "-t aot -X" }
|
||||
|
||||
# Our xtensa environment doesn't have enough memory
|
||||
- target_config: { target: "xtensa" }
|
||||
wamr_feature_option: { mode: "-G" }
|
||||
|
||||
Reference in New Issue
Block a user