Skip to content

Commit 26ec883

Browse files
committed
s/DSYMUTIL/CFG_DSYMUTIL/
1 parent d22714f commit 26ec883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)