Skip to content

Commit c8c2a1e

Browse files
committed
---
yaml --- r: 3699 b: refs/heads/master c: c6ff1e8 h: refs/heads/master i: 3697: e61073d 3695: f96bf13 v: v3
1 parent 358f3fc commit c8c2a1e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 42877bba8a4ac92792217f50148169271a62e75d
2+
refs/heads/master: c6ff1e806145dadac81e81f0b3d83be515261ea5

trunk/mk/stage1.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ stage1/%.o: stage1/%.s
3939
@$(call E, assemble [gcc]: $@)
4040
$(Q)gcc $(CFG_GCCISH_CFLAGS) -o $@ -c $<
4141

42-
stage1/%$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ0) stage0/intrinsics.bc
42+
stage1/rustc$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ0) \
43+
stage0/intrinsics.bc
4344
@$(call E, compile_and_link: $@)
4445
$(STAGE0) -o $@ $<
4546

trunk/mk/stage2.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ stage2/%.o: stage2/%.s
3939
@$(call E, assemble [gcc]: $@)
4040
$(Q)gcc $(CFG_GCCISH_CFLAGS) -o $@ -c $<
4141

42-
stage2/%$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ1) stage1/intrinsics.bc
42+
stage2/rustc$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ1) \
43+
stage1/intrinsics.bc
4344
@$(call E, compile_and_link: $@)
4445
$(STAGE1) -o $@ $<

trunk/mk/stage3.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ stage3/%.o: stage3/%.s
3939
@$(call E, assemble [gcc]: $@)
4040
$(Q)gcc $(CFG_GCCISH_CFLAGS) -o $@ -c $<
4141

42-
stage3/%$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ2) stage2/intrinsics.bc
42+
stage3/rustc$(X): $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ2) stage2/intrinsics.bc
4343
@$(call E, compile_and_link: $@)
4444
$(STAGE2) -o $@ $<

0 commit comments

Comments
 (0)