From 383b58542fabddce8193b72f919d5785a637bfed Mon Sep 17 00:00:00 2001 From: Albert Ou Date: Wed, 25 Sep 2019 22:20:20 -0700 Subject: [PATCH] vcs: Statically link against libfesvr libfesvr.so is no longer built after fesvr merged with riscv-isa-sim. --- sims/vcs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sims/vcs/Makefile b/sims/vcs/Makefile index 6a65d0a2..aeda8a1b 100644 --- a/sims/vcs/Makefile +++ b/sims/vcs/Makefile @@ -48,8 +48,7 @@ VCS_CC_OPTS = \ -CC "-I$(VCS_HOME)/include" \ -CC "-I$(RISCV)/include" \ -CC "-std=c++11" \ - -CC "-Wl,-rpath,$(RISCV)/lib" \ - $(RISCV)/lib/libfesvr.so + $(RISCV)/lib/libfesvr.a VCS_NONCC_OPTS = \ +lint=all,noVCDE,noONGS,noUI \