enable build of cross target components.
authorRahul Kumar <rahku@microsoft.com>
Tue, 12 Apr 2016 21:40:23 +0000 (14:40 -0700)
committerRahul Kumar <rahku@microsoft.com>
Tue, 19 Apr 2016 05:17:29 +0000 (22:17 -0700)
commit7f46dbe0c6b0785a4e40978da684b1dc81d0b8ce
tree2de78686eb771e11d7276c69791405550bbd0311
parent0a31fe90800bd45e3c3668483dbe27358864170e
enable build of cross target components.
Currently only enabled for arm64
43 files changed:
CMakeLists.txt
clrdefinitions.cmake [new file with mode: 0644]
compileoptions.cmake [new file with mode: 0644]
crosscomponents.cmake [new file with mode: 0644]
functions.cmake [new file with mode: 0644]
src/CMakeLists.txt
src/ToolBox/SOS/Strike/CMakeLists.txt
src/ToolBox/SOS/Strike/DisasmARM64.cpp
src/ToolBox/SOS/lldbplugin/CMakeLists.txt
src/classlibnative/CMakeLists.txt
src/coreclr/hosts/coreconsole/CMakeLists.txt
src/coreclr/hosts/corerun/CMakeLists.txt
src/coreclr/hosts/osxbundlerun/CMakeLists.txt
src/coreclr/hosts/unixcoreconsole/CMakeLists.txt
src/coreclr/hosts/unixcorerun/CMakeLists.txt
src/coreclr/hosts/unixcoreruncommon/CMakeLists.txt
src/corefx/CMakeLists.txt
src/corefx/System.Globalization.Native/CMakeLists.txt
src/debug/daccess/CMakeLists.txt
src/debug/debug-pal/CMakeLists.txt
src/debug/di/CMakeLists.txt
src/debug/ee/CMakeLists.txt
src/dlls/mscordac/CMakeLists.txt
src/dlls/mscorrc/full/CMakeLists.txt
src/dlls/mscorrc/small/CMakeLists.txt
src/gc/sample/CMakeLists.txt
src/gcinfo/CMakeLists.txt
src/ilasm/CMakeLists.txt
src/ildasm/exe/CMakeLists.txt
src/ildasm/rcdll/CMakeLists.txt
src/inc/CMakeLists.txt
src/inc/clrnt.h
src/jit/CMakeLists.txt
src/jit/crossgen/CMakeLists.txt
src/jit/gcencode.cpp
src/pal/CMakeLists.txt
src/pal/prebuilt/inc/CMakeLists.txt
src/pal/tools/gen-buildsys-win.bat
src/pal/tools/windows-compiler-override.txt
src/unwinder/dac/CMakeLists.txt
src/vm/CMakeLists.txt
src/vm/crossgen/CMakeLists.txt
tests/CMakeLists.txt