Skip to content

Commit 4c7b12b

Browse files
committed
---
yaml --- r: 1742 b: refs/heads/master c: a36b44d h: refs/heads/master v: v3
1 parent 6632237 commit 4c7b12b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: d9dc070588ef6f80b59b15d8ba06685e9524c09a
2+
refs/heads/master: a36b44d33d40dd617141a50be067e58a50f70cc3

trunk/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
457457
@$(call E, compile [boot]: $@)
458458
$(BOOT) -o $@ $<
459459

460-
%.stage0$(X): %.o rt/$(CFG_RUNTIME) stage0/glue.o
460+
%.stage0$(X): %.stage0.o rt/$(CFG_RUNTIME) stage0/glue.o
461461
@$(call E, link [llvm]: $@)
462462
$(Q)gcc $(CFG_GCC_CFLAGS) stage0/glue.o -o $@ $< -Lstage0 -lrustrt
463463
@# dsymutil sometimes fails or prints a warning, but the

0 commit comments

Comments
 (0)