We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd5fdd commit e6da837Copy full SHA for e6da837
mk/main.mk
@@ -456,7 +456,7 @@ TSREQ$(1)_T_$(2)_H_$(3) = \
456
$$(HSREQ$(1)_H_$(3)) \
457
$$(foreach obj,$$(REQUIRED_OBJECTS_$(2)),\
458
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(obj)) \
459
- $$(TLIB0_T_$(2)_H_$(3))/libcompiler-rt.a
+ $$(TLIB0_T_$(2)_H_$(3))/$$(call CFG_STATIC_LIB_NAME_$(2),compiler-rt)
460
# ^ This copies `libcompiler-rt.a` to the stage0 sysroot
461
# ^ TODO(stage0) update this to not copy `libcompiler-rt.a` to stage0
462
0 commit comments