Skip to content

Commit ebdf3ef

Browse files
committed
Don't make rustc depend on librustc
1 parent e4e2d6d commit ebdf3ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/target.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ $$(TBIN$(1)_T_$(2)_H_$(3))/rustc$$(X): \
5050
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
5151
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_RUSTLLVM) \
5252
$$(TCORELIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
53-
$$(TSTDLIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
54-
$$(TLIBRUSTC_DEFAULT$(1)_T_$(2)_H_$(3))
53+
$$(TSTDLIB_DEFAULT$(1)_T_$(2)_H_$(3))
5554
@$$(call E, compile_and_link: $$@)
5655
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$<
5756

0 commit comments

Comments
 (0)