summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-05-30 10:33:47 -0700
committerJan Kotas <jkotas@microsoft.com>2016-05-30 10:33:47 -0700
commit469c1339c9146e89e909eb201c82fe737c8d1081 (patch)
tree21f901dcd2599450a664bfd6634a9575903f677e /build.sh
parentf440bb075cebc8624f0367cea79ff83c9573ba44 (diff)
parent4f45805f772496ada97756719cf40e5767deeb84 (diff)
downloadcoreclr-469c1339c9146e89e909eb201c82fe737c8d1081.tar.gz
coreclr-469c1339c9146e89e909eb201c82fe737c8d1081.tar.bz2
coreclr-469c1339c9146e89e909eb201c82fe737c8d1081.zip
Merge pull request #5240 from wateret/mscorlib-arm-softfp
Support CoreLib build for arm-softfp
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e86fc1f0ee..0e1f725d38 100755
--- a/build.sh
+++ b/build.sh
@@ -221,7 +221,7 @@ isMSBuildOnNETCoreSupported()
elif [ "$__BuildOS" == "OSX" ]; then
__isMSBuildOnNETCoreSupported=1
fi
- elif [ "$__BuildArch" == "arm" ] || [ "$__BuildArch" == "arm64" ] ; then
+ elif [ "$__BuildArch" == "arm" ] || [ "$__BuildArch" == "arm-softfp" ] || [ "$__BuildArch" == "arm64" ] ; then
if [ "$__BuildOS" == "Linux" ]; then
if [ "$__DistroRid" == "ubuntu.14.04-x64" ]; then
__isMSBuildOnNETCoreSupported=1