Add comment about disabling crossgen command for cross build
authorGeunsik Lim <geunsik.lim@samsung.com>
Thu, 10 Mar 2016 00:56:27 +0000 (09:56 +0900)
committerGeunsik Lim <geunsik.lim@samsung.com>
Thu, 10 Mar 2016 00:56:27 +0000 (09:56 +0900)
commit556f7e10b0fb85c8bd9a9537fc200e5b0a311bec
tree1f4cc961abff947361bc08ab64f59d7268aa8b78
parent1a09d166045f8b20d049ce8fe77147e58555cf8f
Add comment about disabling crossgen command for cross build

As we all know, the current cross build generates exectuable
'crossgen' with arm architecture (without x86 architecture).
So, it can not be run to make mscorlib.ni.dll from mscorlib.dll
on X86-based build machine.
Let's add a comment why we have to skip crossgen command in
build_mscorlib() of build.sh in case of cross build for Linux/ARM.

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/af1b954466de2b931809434bf8ad4dc355dc3e98
src/coreclr/build.sh