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 787a63f commit 5b412f4Copy full SHA for 5b412f4
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 24e0fc071f80f5305ebc5679c8f032be88cef93a
+refs/heads/master: 724a9a392abc979826c57b238ec25446fe55967b
trunk/Makefile.in
@@ -375,7 +375,8 @@ stage0/rustc$(X): $(S)src/$(COMPILER_CRATE) $(COMPILER_INPUTS) \
375
$(BOOT) -minimal -o $@ $<
376
$(Q)chmod 0755 $@
377
378
-stage0/glue.bc: stage0/rustc$(X) rt/$(CFG_RUNTIME) stage0/$(CFG_STDLIB)
+stage0/glue.bc: stage0/rustc$(X) stage0/$(CFG_STDLIB) \
379
+ llvmext/$(CFG_LLVMEXT) rt/$(CFG_RUNTIME)
380
@$(call E, generate: $@)
381
$(STAGE0) -o $@ -glue
382
0 commit comments