We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f84b08 commit c081148Copy full SHA for c081148
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 6670a63f62836dbb44278ef5d7c23bc3e73c72cf
+refs/heads/master: 6cfeac837365d5290047588696de74900263ec45
trunk/src/Makefile
@@ -341,8 +341,8 @@ $(CFG_RUNTIME): $(RUNTIME_OBJS) $(MKFILES) $(RUNTIME_HDR)
341
342
$(CFG_SUPPORT): $(SUPPORT_OBJS) $(MKFILES) $(SUPPORT_HDR)
343
@$(call CFG_ECHO, compile: $<)
344
- $(CFG_QUIET)$(call CFG_LINK_C, $@ $(CFG_LLVM_LDFLAGS) $(CFG_LLVM_LIBS)) \
345
- $(SUPPORT_OBJS)
+ $(CFG_QUIET)$(call CFG_LINK_C, $@ $(SUPPORT_OBJS) \
+ $(CFG_LLVM_LIBS) $(CFG_LLVM_LDFLAGS))
346
347
$(CFG_STDLIB): $(STDLIB_CRATE) $(CFG_BOOT) $(MKFILES)
348
0 commit comments