aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-20 21:05:49 -0700
committerGraydon Hoare <[email protected]>2011-03-20 21:05:49 -0700
commit26ec8831dc19080744161713553797f7edc1363a (patch)
tree7ebbdc09944e5267e7debb574f79f5ecb9768e39
parentAdd -lrt to stateN link commands. (diff)
downloadrust-26ec8831dc19080744161713553797f7edc1363a.tar.xz
rust-26ec8831dc19080744161713553797f7edc1363a.zip
s/DSYMUTIL/CFG_DSYMUTIL/
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index cfdf6e9e..964006b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -479,7 +479,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
@# dsymutil sometimes fails or prints a warning, but the
@# program still runs. Since it simplifies debugging other
@# programs, I\'ll live with the noise.
- -$(Q)$(DSYMUTIL) $@
+ -$(Q)$(CFG_DSYMUTIL) $@
%.stage1(X): %.stage1.o rt/$(CFG_RUNTIME) stage1/glue.o
@$(call E, link [gcc]: $@)
@@ -487,7 +487,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
@# dsymutil sometimes fails or prints a warning, but the
@# program still runs. Since it simplifies debugging other
@# programs, I\'ll live with the noise.
- -$(Q)$(DSYMUTIL) $@
+ -$(Q)$(CFG_DSYMUTIL) $@
%.stage2(X): %.stage2.o rt/$(CFG_RUNTIME) stage2/glue.o
@$(call E, link [gcc]: $@)
@@ -495,7 +495,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
@# dsymutil sometimes fails or prints a warning, but the
@# program still runs. Since it simplifies debugging other
@# programs, I\'ll live with the noise.
- -$(Q)$(DSYMUTIL) $@
+ -$(Q)$(CFG_DSYMUTIL) $@