kumquat-buildroot/package/riscv-isa-sim/riscv-isa-sim.mk
Fabrice Fontaine a10835fac7 package/riscv-isa-sim: needs host-boost
Fix the following build failure raised since the addition of the package
in commit ea033cecf9:

configure: error: Could not link against boost_system !

Fixes:
 - http://autobuild.buildroot.org/results/d1ec407d3a9106be1271e4897d6f578d501439fe

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-13 20:34:39 +01:00

14 lines
472 B
Makefile

################################################################################
#
# riscv-isa-sim
#
################################################################################
RISCV_ISA_SIM_VERSION = 1.1.0
RISCV_ISA_SIM_SITE = $(call github,riscv-software-src,riscv-isa-sim,v$(RISCV_ISA_SIM_VERSION))
RISCV_ISA_SIM_LICENSE = BSD-3-Clause
RISCV_ISA_SIM_LICENSE_FILES = LICENSE
HOST_RISCV_ISA_SIM_DEPENDENCIES = host-boost host-dtc
$(eval $(host-autotools-package))