summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2017-02-13 17:24:26 -0800
committerChristopher Costa <chcosta@microsoft.com>2017-02-13 17:24:26 -0800
commitcdb472838f05256908ddda527133fda3a80a7e37 (patch)
treeecc4ad4f8fe0dbaa25826bcb08df2c76ea48b1c7 /build.sh
parent64587459f708914dd1088c794de39edf69a7e15e (diff)
parent5c0cf068303c5bb9439d46cb7eafd5fdeb1a718a (diff)
downloadcoreclr-cdb472838f05256908ddda527133fda3a80a7e37.tar.gz
coreclr-cdb472838f05256908ddda527133fda3a80a7e37.tar.bz2
coreclr-cdb472838f05256908ddda527133fda3a80a7e37.zip
Merge branch 'master' of https://github.com/dotnet/coreclr into refactor_packaging
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a312f469a6..bc4adb43df 100755
--- a/build.sh
+++ b/build.sh
@@ -277,6 +277,8 @@ build_cross_arch_component()
export __CMakeBinDir="$__CrossComponentBinDir"
export CROSSCOMPONENT=1
+ __IncludeTests=
+
if [ $CROSSCOMPILE == 1 ]; then
TARGET_ROOTFS="$ROOTFS_DIR"
if [ -n "$CAC_ROOTFS_DIR" ]; then
@@ -476,7 +478,6 @@ case $CPUName in
;;
aarch64)
- echo "Unsupported CPU $CPUName detected, build might not succeed!"
__BuildArch=arm64
__HostArch=arm64
;;