diff options
author | Christopher Costa <chcosta@microsoft.com> | 2017-02-13 17:24:26 -0800 |
---|---|---|
committer | Christopher Costa <chcosta@microsoft.com> | 2017-02-13 17:24:26 -0800 |
commit | cdb472838f05256908ddda527133fda3a80a7e37 (patch) | |
tree | ecc4ad4f8fe0dbaa25826bcb08df2c76ea48b1c7 /build.sh | |
parent | 64587459f708914dd1088c794de39edf69a7e15e (diff) | |
parent | 5c0cf068303c5bb9439d46cb7eafd5fdeb1a718a (diff) | |
download | coreclr-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-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ;; |