summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorHanjoung Lee <hanjoung.lee@samsung.com>2016-05-26 19:12:47 +0900
committerHanjoung Lee <hanjoung.lee@samsung.com>2016-05-26 19:13:24 +0900
commit4f45805f772496ada97756719cf40e5767deeb84 (patch)
tree5072cc9120727902ce982008d29ee1ff1f44c437 /build.sh
parent68b7bfa4df2d08019c3b320d6fbc4a85838f0d47 (diff)
downloadcoreclr-4f45805f772496ada97756719cf40e5767deeb84.tar.gz
coreclr-4f45805f772496ada97756719cf40e5767deeb84.tar.bz2
coreclr-4f45805f772496ada97756719cf40e5767deeb84.zip
Support CoreLib build for arm-softfp
`arm-softfp` CoreLib is same as `arm` version.
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 87d01b034d..6f388480e9 100755
--- a/build.sh
+++ b/build.sh
@@ -232,7 +232,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 [ "$__DistroName" == "ubuntu" ]; then
__isMSBuildOnNETCoreSupported=1