Skip to content

Commit 5b412f4

Browse files
committed
---
yaml --- r: 1736 b: refs/heads/master c: 724a9a3 h: refs/heads/master v: v3
1 parent 787a63f commit 5b412f4

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: 24e0fc071f80f5305ebc5679c8f032be88cef93a
2+
refs/heads/master: 724a9a392abc979826c57b238ec25446fe55967b

trunk/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ stage0/rustc$(X): $(S)src/$(COMPILER_CRATE) $(COMPILER_INPUTS) \
375375
$(BOOT) -minimal -o $@ $<
376376
$(Q)chmod 0755 $@
377377

378-
stage0/glue.bc: stage0/rustc$(X) rt/$(CFG_RUNTIME) stage0/$(CFG_STDLIB)
378+
stage0/glue.bc: stage0/rustc$(X) stage0/$(CFG_STDLIB) \
379+
llvmext/$(CFG_LLVMEXT) rt/$(CFG_RUNTIME)
379380
@$(call E, generate: $@)
380381
$(STAGE0) -o $@ -glue
381382

0 commit comments

Comments
 (0)