We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e2d6d commit ebdf3efCopy full SHA for ebdf3ef
mk/target.mk
@@ -50,8 +50,7 @@ $$(TBIN$(1)_T_$(2)_H_$(3))/rustc$$(X): \
50
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
51
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_RUSTLLVM) \
52
$$(TCORELIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
53
- $$(TSTDLIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
54
- $$(TLIBRUSTC_DEFAULT$(1)_T_$(2)_H_$(3))
+ $$(TSTDLIB_DEFAULT$(1)_T_$(2)_H_$(3))
55
@$$(call E, compile_and_link: $$@)
56
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$<
57
0 commit comments