]> git.lizzy.rs Git - rust.git/commit
mk: Add support for i686-pc-windows-msvc
authorAlex Crichton <alex@alexcrichton.com>
Thu, 25 Jun 2015 22:30:00 +0000 (15:30 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 27 Jun 2015 20:02:18 +0000 (13:02 -0700)
commitae36d4f72ad8b34343dba391f2f239ff29840117
tree84e65c53488982f9444eb1475753713dc99d15c7
parent2ba46f8bbc6fdf10e434faea52b9ca20e0d9f2eb
mk: Add support for i686-pc-windows-msvc

This commit modifies the configure script and our makefiles to support building
32-bit MSVC targets. The MSVC toolchain is now parameterized over whether it can
produce a 32-bit or 64-bit binary. The configure script was updated to export
more variables at configure time, and the makefiles were rejiggered to
selectively reexport the relevant environment variables for the applicable
targets they're going to run for.
configure
mk/cfg/i686-pc-windows-msvc.mk [new file with mode: 0644]
mk/cfg/x86_64-pc-windows-msvc.mk
mk/platform.mk
mk/rt.mk
mk/target.mk