From: Geunsik Lim Date: Thu, 10 Mar 2016 01:46:23 +0000 (+0900) Subject: Remove unnecessary expressions. X-Git-Tag: accepted/tizen/base/20180629.140029~5345^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39d7c15e7875a025779d545ccd51ad9d12f0495e;p=platform%2Fupstream%2Fcoreclr.git Remove unnecessary expressions. Signed-off-by: Geunsik Lim --- diff --git a/build.sh b/build.sh index e98b026..0eb24e4 100755 --- a/build.sh +++ b/build.sh @@ -248,8 +248,7 @@ build_mscorlib() exit 1 fi - # The cross build generates exectuable 'crossgen' with arm architecture (without x86). - # It can not be run to make mscorlib.ni.dll from mscorlib.dll on X86-based build machine. + # 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."