File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 6ed6791df49d8f33a3f49662e7baf559ef59e604
2
+ refs/heads/master: 68887fd45bad2a7e39a97728baeb3a6688845184
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ stage1/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
4
4
@$(call E, compile_and_link: $@)
5
5
$(STAGE1) --shared -o $@ $<
6
6
7
- stage1/glue.o : stage1/rustc$(X ) stage0/$(CFG_STDLIB ) stage0 /intrinsics.bc \
7
+ stage1/glue.o : stage1/rustc$(X ) stage0/$(CFG_STDLIB ) stage1 /intrinsics.bc \
8
8
$(LREQ) $(MKFILES)
9
9
@$(call E, generate: $@)
10
10
$(STAGE1) -c -o $@ --glue
@@ -23,6 +23,6 @@ stage1/%.o: stage1/%.s
23
23
@$(call E, assemble [gcc]: $@ )
24
24
$(Q ) gcc $(CFG_GCCISH_CFLAGS ) -o $@ -c $<
25
25
26
- stage1/% $(X ) : $(COMPILER_CRATE ) $(COMPILER_INPUTS ) $(SREQ0 )
26
+ stage1/% $(X ) : $(COMPILER_CRATE ) $(COMPILER_INPUTS ) $(SREQ0 ) stage0/intrinsics.bc
27
27
@$(call E, compile_and_link: $@ )
28
28
$(STAGE0 ) -o $@ $<
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ stage2/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
4
4
@$(call E, compile_and_link: $@)
5
5
$(STAGE2) --shared -o $@ $<
6
6
7
- stage2/glue.o : stage2/rustc$(X ) stage1/$(CFG_STDLIB ) stage1 /intrinsics.bc \
7
+ stage2/glue.o : stage2/rustc$(X ) stage1/$(CFG_STDLIB ) stage2 /intrinsics.bc \
8
8
rustllvm/$(CFG_RUSTLLVM) rt/$(CFG_RUNTIME)
9
9
@$(call E, generate: $@)
10
10
$(STAGE2) -c -o $@ --glue
@@ -23,6 +23,6 @@ stage2/%.o: stage2/%.s
23
23
@$(call E, assemble [gcc]: $@ )
24
24
$(Q ) gcc $(CFG_GCCISH_CFLAGS ) -o $@ -c $<
25
25
26
- stage2/% $(X ) : $(COMPILER_CRATE ) $(COMPILER_INPUTS ) $(SREQ1 )
26
+ stage2/% $(X ) : $(COMPILER_CRATE ) $(COMPILER_INPUTS ) $(SREQ1 ) stage1/intrinsics.bc
27
27
@$(call E, compile_and_link: $@ )
28
28
$(STAGE1 ) -o $@ $<
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ stage3/%.o: stage3/%.s
23
23
@$(call E, assemble [gcc]: $@ )
24
24
$(Q ) gcc $(CFG_GCCISH_CFLAGS ) -o $@ -c $<
25
25
26
- stage3/% $(X ) : $(COMPILER_CRATE ) $(COMPILER_INPUTS ) $(SREQ2 )
26
+ stage3/% $(X ) : $(COMPILER_CRATE ) $(COMPILER_INPUTS ) $(SREQ2 ) stage2/intrinsics.bc
27
27
@$(call E, compile_and_link: $@ )
28
28
$(STAGE2 ) -o $@ $<
You can’t perform that action at this time.
0 commit comments