File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -479,23 +479,23 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
479
479
@# dsymutil sometimes fails or prints a warning, but the
480
480
@# program still runs. Since it simplifies debugging other
481
481
@# programs, I\'ll live with the noise.
482
- -$(Q )$(DSYMUTIL ) $@
482
+ -$(Q )$(CFG_DSYMUTIL ) $@
483
483
484
484
% .stage1(X) : % .stage1.o rt/$(CFG_RUNTIME ) stage1/glue.o
485
485
@$(call E, link [gcc]: $@ )
486
486
$(Q ) gcc $(CFG_GCC_CFLAGS ) stage1/glue.o -o $@ $< -Lstage1 -Lrt -lrustrt
487
487
@# dsymutil sometimes fails or prints a warning, but the
488
488
@# program still runs. Since it simplifies debugging other
489
489
@# programs, I\'ll live with the noise.
490
- -$(Q )$(DSYMUTIL ) $@
490
+ -$(Q )$(CFG_DSYMUTIL ) $@
491
491
492
492
% .stage2(X) : % .stage2.o rt/$(CFG_RUNTIME ) stage2/glue.o
493
493
@$(call E, link [gcc]: $@ )
494
494
$(Q ) gcc $(CFG_GCC_CFLAGS ) stage2/glue.o -o $@ $< -Lstage2 -Lrt -lrustrt
495
495
@# dsymutil sometimes fails or prints a warning, but the
496
496
@# program still runs. Since it simplifies debugging other
497
497
@# programs, I\'ll live with the noise.
498
- -$(Q )$(DSYMUTIL ) $@
498
+ -$(Q )$(CFG_DSYMUTIL ) $@
499
499
500
500
501
501
You can’t perform that action at this time.
0 commit comments