We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d92f8 commit 83390cdCopy full SHA for 83390cd
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: aba6e635437e6b697fc5d902e2bce47d3519c9a0
+refs/heads/master: 52993f7c326e83e11a55fff06bb6b55a953b0b43
trunk/mk/perf.mk
@@ -2,7 +2,7 @@
ifdef CFG_PERF_TOOL
3
rustc-perf$(X): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)
4
@$(call E, perf compile: $@)
5
- $(PERF_STAGE2_$(CFG_HOST_TRIPLE)) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
+ $(PERF_STAGE2_T_$(CFG_HOST_TRIPLE)_H_$(CFG_HOST_TRIPLE)) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
6
$(Q)rm -f $@
7
else
8
0 commit comments