summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-10 07:01:30 -0800
committerJan Kotas <jkotas@microsoft.com>2016-03-10 07:01:30 -0800
commit2325dea4efa87fc658cb566454e4955f7269ddf6 (patch)
tree97a87a7a82a16ee0da14db21ae361bfe3eb18c9b /build.sh
parente483278934c3140092a4b6913fe5d7c88d5d943e (diff)
parent39d7c15e7875a025779d545ccd51ad9d12f0495e (diff)
downloadcoreclr-2325dea4efa87fc658cb566454e4955f7269ddf6.tar.gz
coreclr-2325dea4efa87fc658cb566454e4955f7269ddf6.tar.bz2
coreclr-2325dea4efa87fc658cb566454e4955f7269ddf6.zip
Merge pull request #3629 from leemgs/upstream-crossbuild2
Add comment about disabling crossgen command for cross build
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index f5626306aa..2d8fb46580 100755
--- a/build.sh
+++ b/build.sh
@@ -249,6 +249,7 @@ build_mscorlib()
exit 1
fi
+ # The cross build generates a crossgen with the target architecture.
if [ $__CrossBuild != 1 ]; then
if [ $__SkipCoreCLR == 0 -a -e $__BinDir/crossgen ]; then
echo "Generating native image for mscorlib."