Skip to content

Commit 0466577

Browse files
committed
---
yaml --- r: 1748 b: refs/heads/master c: 26ec883 h: refs/heads/master v: v3
1 parent c1c8291 commit 0466577

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: d22714f70d0af9498520d031f21de24b0bf98608
2+
refs/heads/master: 26ec8831dc19080744161713553797f7edc1363a

trunk/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,23 +479,23 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
479479
@# dsymutil sometimes fails or prints a warning, but the
480480
@# program still runs. Since it simplifies debugging other
481481
@# programs, I\'ll live with the noise.
482-
-$(Q)$(DSYMUTIL) $@
482+
-$(Q)$(CFG_DSYMUTIL) $@
483483

484484
%.stage1(X): %.stage1.o rt/$(CFG_RUNTIME) stage1/glue.o
485485
@$(call E, link [gcc]: $@)
486486
$(Q)gcc $(CFG_GCC_CFLAGS) stage1/glue.o -o $@ $< -Lstage1 -Lrt -lrustrt
487487
@# dsymutil sometimes fails or prints a warning, but the
488488
@# program still runs. Since it simplifies debugging other
489489
@# programs, I\'ll live with the noise.
490-
-$(Q)$(DSYMUTIL) $@
490+
-$(Q)$(CFG_DSYMUTIL) $@
491491

492492
%.stage2(X): %.stage2.o rt/$(CFG_RUNTIME) stage2/glue.o
493493
@$(call E, link [gcc]: $@)
494494
$(Q)gcc $(CFG_GCC_CFLAGS) stage2/glue.o -o $@ $< -Lstage2 -Lrt -lrustrt
495495
@# dsymutil sometimes fails or prints a warning, but the
496496
@# program still runs. Since it simplifies debugging other
497497
@# programs, I\'ll live with the noise.
498-
-$(Q)$(DSYMUTIL) $@
498+
-$(Q)$(CFG_DSYMUTIL) $@
499499

500500

501501

0 commit comments

Comments
 (0)