Merge pull request #5240 from wateret/mscorlib-arm-softfp
authorJan Kotas <jkotas@microsoft.com>
Mon, 30 May 2016 17:33:47 +0000 (10:33 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 30 May 2016 17:33:47 +0000 (10:33 -0700)
Support CoreLib build for arm-softfp

1  2 
build.sh

diff --cc build.sh
+++ b/build.sh
@@@ -221,9 -232,9 +221,9 @@@ 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
 +            if [ "$__DistroRid" == "ubuntu.14.04-x64" ]; then
                  __isMSBuildOnNETCoreSupported=1
              fi
          fi