summaryrefslogtreecommitdiff
path: root/crosscomponents.cmake
AgeCommit message (Collapse)AuthorFilesLines
2016-07-15ARM64: Cross-Target JitKyungwoo Lee1-0/+1
Fixes https://github.com/dotnet/coreclr/issues/6279 Fixes https://github.com/dotnet/coreclr/issues/6280 - This builds x64_arm64 clrjit.dll - crossgen is not statically linked to jit anymore. It needs clrjit.dll dynamically - Adding this cross-component binary into Jit pacakge. So, clrjit.dll (native-target) is consumed by coreclr or crossgen (native-target) clrjit.dll (cross-target) is consumed by crossgen (cross-target). Likewise, later this cross-target clrjit.dll can be used for corert targeting arm64 so that we can generate arm64 code on host machine (x64).
2016-04-18enable build of cross target components.Rahul Kumar1-0/+8
Currently only enabled for arm64