Skip to content

Commit

Permalink
fixup! libgrust: Add format_parser library
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Feb 26, 2024
1 parent df5e631 commit 65efcdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcc/rust/Make-lang.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ GCCRS_D_OBJS = \
rust/rustspec.o \
$(END)

LIBS += -ldl -lpthread

gccrs$(exeext): $(GCCRS_D_OBJS) $(EXTRA_GCC_OBJS) libcommon-target.a $(LIBDEPS)
+$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
$(GCCRS_D_OBJS) $(EXTRA_GCC_OBJS) libcommon-target.a \
Expand Down

0 comments on commit 65efcdd

Please sign in to comment.