summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2017-02-10 19:36:29 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-02-10 11:36:29 +0100
commit16ecaf1bddfae2285c1f035f56fe86a7452e208e (patch)
tree5a93bc33372862cea3b5da7360b94cc752f3ce4c /build.sh
parente6965ec4891e3f2b14003822d3befbaa09c42dcb (diff)
downloadcoreclr-16ecaf1bddfae2285c1f035f56fe86a7452e208e.tar.gz
coreclr-16ecaf1bddfae2285c1f035f56fe86a7452e208e.tar.bz2
coreclr-16ecaf1bddfae2285c1f035f56fe86a7452e208e.zip
[Linux/ARM] Fix cross-architecture component build error: disable unused code (#8866)
* [ARM32/Linux] Fix cross-architecture component build error: unused function comparing CONTEXT with T_CONTEXT. - change build script: remove duplicate test build in cross-component build
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 8d03121479..4d0544af48 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