Skip to content

Commit

Permalink
Add missing library def for linkler
Browse files Browse the repository at this point in the history
  • Loading branch information
heliosfa committed Oct 27, 2021
1 parent 9668721 commit f8d5170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Softswitch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ $(HL)/%.o :
dummy: $(BINDIR)/threadCtxInit_data.v $(BINDIR)/dummy_code.v

threadCtxInitGenerator : threadCtxInitGenerator.cpp
$(MPICXX) -I$(TINSELINC) -std=c++14 -o $@ $<
$(MPICXX) -I$(TINSELINC) -L$(MPICHLIB) -std=c++14 -o $@ $<

dummy.o : dummy.cpp
$(RV_CPPC) $(CFLAGS) -Wall -c -o $@ $<
Expand Down

0 comments on commit f8d5170

Please sign in to comment.