Make it possible to build JIT32 in the OSS tree.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 14 Apr 2016 19:57:41 +0000 (12:57 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 14 Apr 2016 22:21:29 +0000 (15:21 -0700)
commita568978fd31534ef22d67d80a61352e023ddceea
treefe088726bad660e0481a514827d2d2be71ffc39b
parenta26005fa9b99aceae559e1c617554f706fb647a3
Make it possible to build JIT32 in the OSS tree.

This change adds a new argument to build.cmd, buildjit32, that configures
the build to build and link JIT32 instead of RyuJIT if the sources are
available in `src/jit32`.

Commit migrated from https://github.com/dotnet/coreclr/commit/a3bb6a066eae8a7daede52ed576e8cd8d1d50780
src/coreclr/CMakeLists.txt
src/coreclr/build.cmd
src/coreclr/src/CMakeLists.txt
src/coreclr/src/dlls/mscoree/coreclr/CMakeLists.txt
src/coreclr/src/pal/tools/gen-buildsys-win.bat
src/coreclr/src/tools/crossgen/CMakeLists.txt