File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
ifdef CFG_PERF_TOOL
3
3
rustc-perf$(X ) : $(CFG_HOST_TRIPLE ) /stage2/bin/rustc$(X )
4
4
@$(call E, perf compile: $@ )
5
- $(PERF_STAGE2_T_$(CFG_HOST_TRIPLE ) _H_$(CFG_HOST_TRIPLE ) ) --lib \
5
+ $(PERF_STAGE2_T_$(CFG_HOST_TRIPLE ) _H_$(CFG_HOST_TRIPLE ) ) \
6
6
-o $@ $(COMPILER_CRATE ) > rustc-perf.err 2>&1
7
7
$(Q ) rm -f $(LIBRUSTC_GLOB )
8
8
else
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB): \
31
31
$$(CORELIB_CRATE ) $$(CORELIB_INPUTS ) \
32
32
$$(TSREQ$(1 ) _T_$(2 ) _H_$(3 ) )
33
33
@$$(call E, compile_and_link: $$@ )
34
- $$(STAGE$(1 ) _T_$(2 ) _H_$(3 ) ) --no-core --lib - o $$@ $$< && touch $$@
34
+ $$(STAGE$(1 ) _T_$(2 ) _H_$(3 ) ) --no-core -o $$@ $$< && touch $$@
35
35
36
36
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_STDLIB ) : \
37
37
$$(STDLIB_CRATE ) $$(STDLIB_INPUTS ) \
38
38
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_CORELIB ) \
39
39
$$(TSREQ$(1 ) _T_$(2 ) _H_$(3 ) )
40
40
@$$(call E, compile_and_link: $$@ )
41
- $$(STAGE$(1 ) _T_$(2 ) _H_$(3 ) ) --lib - o $$@ $$< && touch $$@
41
+ $$(STAGE$(1 ) _T_$(2 ) _H_$(3 ) ) -o $$@ $$< && touch $$@
42
42
43
43
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_RUSTLLVM ) : \
44
44
rustllvm/$(2 ) /$$(CFG_RUSTLLVM )
@@ -58,7 +58,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBRUSTC): \
58
58
$$(TCORELIB_DEFAULT$(1 ) _T_$(2 ) _H_$(3 ) ) \
59
59
$$(TSTDLIB_DEFAULT$(1 ) _T_$(2 ) _H_$(3 ) )
60
60
@$$(call E, compile_and_link: $$@ )
61
- $$(STAGE$(1 ) _T_$(2 ) _H_$(3 ) ) --lib -o $$@ $$< && touch $$@
61
+ $$(STAGE$(1 ) _T_$(2 ) _H_$(3 ) ) -o $$@ $$< && touch $$@
62
62
63
63
endef
64
64
You can’t perform that action at this time.
0 commit comments