From a62a7f64898c80143aa7d318a92c2bdf886fbc34 Mon Sep 17 00:00:00 2001 From: Anton Schulte Date: Fri, 13 Feb 2026 17:12:11 +0100 Subject: [PATCH] Remove boost_system boostorg/boost#1071 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0219d66..299a4d3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ SPIKE_OBJS:= libspike_main.a libriscv.a libdisasm.a libsoftfloat.a libfesvr. SPIKE_OBJS:=$(addprefix ${SPIKE_BUILD}/,${SPIKE_OBJS}) LDFLAGS+=${SPIKE_OBJS} LDFLAGS += -L/usr/lib/x86_64-linux-gnu -LIBRARIES += -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex +LIBRARIES += -lpthread -ldl -lboost_regex -lpthread -lboost_regex INCLUDE += -I$(realpath ${SPIKE}/riscv) INCLUDE += -I$(realpath ${SPIKE}/fesvr)