]> git.lizzy.rs Git - rust.git/commitdiff
it's libcompiler-rt.lib on windows
authorJorge Aparicio <japaricious@gmail.com>
Sun, 4 Sep 2016 15:40:22 +0000 (10:40 -0500)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 13 Sep 2016 04:22:15 +0000 (21:22 -0700)
mk/main.mk

index dd0136e136216e27c2d62b4f0d6add1cb79630dc..275dbb55d74832bd45d4b8e837cec61ffcd8f724 100644 (file)
@@ -456,7 +456,7 @@ TSREQ$(1)_T_$(2)_H_$(3) = \
        $$(HSREQ$(1)_H_$(3)) \
        $$(foreach obj,$$(REQUIRED_OBJECTS_$(2)),\
                $$(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
 # ^ TODO(stage0) update this to not copy `libcompiler-rt.a` to stage0