summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGeunsik Lim <geunsik.lim@samsung.com>2016-03-10 10:46:23 +0900
committerGeunsik Lim <geunsik.lim@samsung.com>2016-03-10 10:46:23 +0900
commit39d7c15e7875a025779d545ccd51ad9d12f0495e (patch)
tree5a83f85a6461634f1d472c04337aaf5b930d63ec /build.sh
parentaf1b954466de2b931809434bf8ad4dc355dc3e98 (diff)
downloadcoreclr-39d7c15e7875a025779d545ccd51ad9d12f0495e.tar.gz
coreclr-39d7c15e7875a025779d545ccd51ad9d12f0495e.tar.bz2
coreclr-39d7c15e7875a025779d545ccd51ad9d12f0495e.zip
Remove unnecessary expressions.
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index e98b026bc4..0eb24e4f87 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."