From 03457bf9348b6c5a6b423c55e953bf245c4c5d68 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Fri, 21 Aug 2020 17:44:29 -0700 Subject: [PATCH] Remove unneeded libpthread in simulations --- sims/common-sim-flags.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/sims/common-sim-flags.mk b/sims/common-sim-flags.mk index 1c73a510..766dd0d3 100644 --- a/sims/common-sim-flags.mk +++ b/sims/common-sim-flags.mk @@ -19,6 +19,5 @@ SIM_LDFLAGS = \ -L$(sim_dir) \ -L$(dramsim_dir) \ -lfesvr \ - -lpthread \ -ldramsim \ $(EXTRA_SIM_LDFLAGS)