Skip to content

Commit c081148

Browse files
committed
---
yaml --- r: 1656 b: refs/heads/master c: 6cfeac8 h: refs/heads/master v: v3
1 parent 2f84b08 commit c081148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 6670a63f62836dbb44278ef5d7c23bc3e73c72cf
2+
refs/heads/master: 6cfeac837365d5290047588696de74900263ec45

trunk/src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ $(CFG_RUNTIME): $(RUNTIME_OBJS) $(MKFILES) $(RUNTIME_HDR)
341341

342342
$(CFG_SUPPORT): $(SUPPORT_OBJS) $(MKFILES) $(SUPPORT_HDR)
343343
@$(call CFG_ECHO, compile: $<)
344-
$(CFG_QUIET)$(call CFG_LINK_C, $@ $(CFG_LLVM_LDFLAGS) $(CFG_LLVM_LIBS)) \
345-
$(SUPPORT_OBJS)
344+
$(CFG_QUIET)$(call CFG_LINK_C, $@ $(SUPPORT_OBJS) \
345+
$(CFG_LLVM_LIBS) $(CFG_LLVM_LDFLAGS))
346346

347347
$(CFG_STDLIB): $(STDLIB_CRATE) $(CFG_BOOT) $(MKFILES)
348348
@$(call CFG_ECHO, compile: $<)

0 commit comments

Comments
 (0)