]> git.lizzy.rs Git - rust.git/commit
mk: Fix building compiler-rt on MSVC
authorAlex Crichton <alex@alexcrichton.com>
Mon, 11 May 2015 21:09:25 +0000 (14:09 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 19 May 2015 17:52:57 +0000 (10:52 -0700)
commit64412a49bed9d6a743ed4d9108fc2da49ed5e9a9
tree20fcaa09dc9b1679e476180a43cb981fa575d676
parentee64bab76cdaa375cc015a5eb3e3fd7581d2a7b3
mk: Fix building compiler-rt on MSVC

It looks like compiler-rt has a cmake build sytem inside its source, but I have
been unable to figure out how to use it and actually build the right library.
For now this commit hard-wires MSVC-targeting builds of libcompiler-rt to
continue using `make` as the primary bulid system, but some frobbing of the
flags are necessary to ensure that the right compiler is used.
mk/rt.mk