Skip Crossgen of mscorlib for x86
authorMichelle McDaniel <michelm@microsoft.com>
Wed, 14 Oct 2015 23:55:47 +0000 (16:55 -0700)
committerMichelle McDaniel <michelm@microsoft.com>
Thu, 15 Oct 2015 15:41:32 +0000 (08:41 -0700)
commit7cb11615a1770651bb37fe73854b566b0673ca5c
tree03f85e6f6e3e1e2907028224daf00b5313e704e0
parentdcba3ee32fa89759d597a55f3a22455acac8fd14
Skip Crossgen of mscorlib for x86

x86 is currently cannot crossgen mscorlib, but we want to get a build in
the lab so that we make sure we do not break the x86 build of coreclr when
we make changes. This change defaults to skipping crossgen for x86 unless
docrossgen is passed to build.cmd.

Commit migrated from https://github.com/dotnet/coreclr/commit/98189891801fd4fadfc5d510a514f3e0f90fec77
src/coreclr/build.cmd