projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
94287cc
8c1f176
)
Merge pull request dotnet/coreclr#5240 from wateret/mscorlib-arm-softfp
author
Jan Kotas
<jkotas@microsoft.com>
Mon, 30 May 2016 17:33:47 +0000
(10:33 -0700)
committer
Jan Kotas
<jkotas@microsoft.com>
Mon, 30 May 2016 17:33:47 +0000
(10:33 -0700)
Support CoreLib build for arm-softfp
Commit migrated from https://github.com/dotnet/coreclr/commit/
469c1339c9146e89e909eb201c82fe737c8d1081
1
2
src/coreclr/build.sh
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/coreclr/build.sh
index
e86fc1f
,
6f38848
..
0e1f725
---
1
/
src/coreclr/build.sh
---
2
/
src/coreclr/build.sh
+++ b/
src/coreclr/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" == "arm
64" ] ; then
if [ "$__BuildOS" == "Linux" ]; then
- if [ "$__Distro
Name" == "ubuntu
" ]; then
+ if [ "$__Distro
Rid" == "ubuntu.14.04-x64
" ]; then
__isMSBuildOnNETCoreSupported=1
fi
fi