Config.in.host 425 B

12345678910111213
  1. config BR2_PACKAGE_HOST_RISCV_ISA_SIM
  2. bool "host riscv-isa-sim"
  3. depends on BR2_HOST_GCC_AT_LEAST_4_9 # C++11
  4. help
  5. Spike, the RISC-V ISA Simulator, implements a functional
  6. model of one or more RISC-V harts.
  7. The host package provides an alternative solution to qemu.
  8. https://github.com/riscv-software-src/riscv-isa-sim
  9. comment "host riscv-isa-sim needs host gcc >= 4.9"
  10. depends on !BR2_HOST_GCC_AT_LEAST_4_9