it's libcompiler-rt.lib on windows
This commit is contained in:
parent
3fd5fdd8d3
commit
e6da837e99
@ -456,7 +456,7 @@ TSREQ$(1)_T_$(2)_H_$(3) = \
|
|||||||
$$(HSREQ$(1)_H_$(3)) \
|
$$(HSREQ$(1)_H_$(3)) \
|
||||||
$$(foreach obj,$$(REQUIRED_OBJECTS_$(2)),\
|
$$(foreach obj,$$(REQUIRED_OBJECTS_$(2)),\
|
||||||
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(obj)) \
|
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(obj)) \
|
||||||
$$(TLIB0_T_$(2)_H_$(3))/libcompiler-rt.a
|
$$(TLIB0_T_$(2)_H_$(3))/$$(call CFG_STATIC_LIB_NAME_$(2),compiler-rt)
|
||||||
# ^ This copies `libcompiler-rt.a` to the stage0 sysroot
|
# ^ This copies `libcompiler-rt.a` to the stage0 sysroot
|
||||||
# ^ TODO(stage0) update this to not copy `libcompiler-rt.a` to stage0
|
# ^ TODO(stage0) update this to not copy `libcompiler-rt.a` to stage0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user