Skip to content

Commit 453168d

Browse files
committed
build: Fix 'make perf'. Closes #1151
1 parent f619d5e commit 453168d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/perf.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ifdef CFG_PERF_TOOL
33
rustc-perf$(X): stage2/bin/rustc$(X)
44
@$(call E, perf compile: $@)
5-
$(PERF_STAGE2) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
5+
$(PERF_STAGE2_$(CFG_HOST_TRIPLE)) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
66
$(Q)rm -f $@
77
else
88
rustc-perf$(X): stage2/bin/rustc$(X)

0 commit comments

Comments
 (0)