280ad2e3d3
Fix typo in comment added by commit
ea033cecf9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
config BR2_PACKAGE_HOST_RISCV_ISA_SIM
|
|
bool "host riscv-isa-sim"
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_9 # C++11
|
|
help
|
|
Spike, the RISC-V ISA Simulator, implements a functional
|
|
model of one or more RISC-V harts.
|
|
|
|
The host package provides an alternative solution to qemu.
|
|
|
|
https://github.com/riscv-software-src/riscv-isa-sim
|
|
|
|
comment "host riscv-isa-sim needs host gcc >= 4.9"
|
|
depends on !BR2_HOST_GCC_AT_LEAST_4_9
|