Stop building x86 LEGACY_BACKEND
authorBruce Forstall <brucefo@microsoft.com>
Wed, 8 Mar 2017 17:44:38 +0000 (09:44 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 8 Mar 2017 18:36:10 +0000 (10:36 -0800)
commitd6d451c9b7f5101c23d9fa6bd87e24288721fb01
treed386032a96803e34c7dc8292e3319015f74b542b
parenta2e4bc21189417c74445f1540618b0eaab962bf8
Stop building x86 LEGACY_BACKEND

Since we require a compatjit.dll to be built so the JIT NuGet
package can be built, even if JIT32 isn't being built, change
the compatjit.dll build (when JIT32 isn't being built) to just
a normal JIT build.

Commit migrated from https://github.com/dotnet/coreclr/commit/a191501c8229869f4e4308e83a99fccb6a77ab74
src/coreclr/build.cmd
src/coreclr/netci.groovy
src/coreclr/src/jit/CMakeLists.txt
src/coreclr/src/jit/compatjit/CMakeLists.txt
src/coreclr/src/jit/legacyjit/CMakeLists.txt [deleted file]
src/coreclr/tests/x86_legacy_backend_issues.targets [deleted file]