Skip to content

Commit edd723b

Browse files
committed
---
yaml --- r: 4437 b: refs/heads/master c: 585c6f9 h: refs/heads/master i: 4435: 143fc4d v: v3
1 parent 51a882c commit edd723b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a4951cab7f243e035e87e4a34db3dd882ad99d0e
2+
refs/heads/master: 585c6f96d1b775bc0791baa891169f8e10a57431

trunk/mk/rt.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ rt/%.o: rt/%.ll $(MKFILES)
9595

9696
rt/$(CFG_RUNTIME): $(RUNTIME_OBJS) $(MKFILES) $(RUNTIME_HDR) $(RUNTIME_DEF) $(RUNTIME_LIBS)
9797
@$(call E, link: $@)
98-
$(Q)$(call CFG_LINK_C,$@,$(CFG_GCCISH_POST_LIB_FLAGS) $(RUNTIME_LIBS) $(RUNTIME_OBJS),$(RUNTIME_DEF))
98+
$(Q)$(call CFG_LINK_C,$@, $(RUNTIME_OBJS) \
99+
$(CFG_GCCISH_POST_LIB_FLAGS) $(RUNTIME_LIBS) -lpthread,$(RUNTIME_DEF))
99100

100101
$(S)src/rt/libuv/uv.a: $(S)src/rt/libuv/LIBUV_REVISION
101102
$(Q)$(MAKE) -C $(S)src/rt/libuv CFLAGS=\"-m32\" LDFLAGS=\"-m32\"

0 commit comments

Comments
 (0)