kumquat-buildroot/package/riscv-isa-sim/Config.in.host
Julien Olivain ea033cecf9 package/riscv-isa-sim: new package
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

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-11 22:55:08 +01:00

14 lines
424 B
Plaintext

config BR2_PACKAGE_HOST_RISCV_ISA_SIM
bool "host riscv-isa-sim"
depends on BR2_HOST_GCC_AT_LEAST_4_9 # C++1
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