[Linux] Fix cross-architecture component build configuration for ARM32-target (#8687)
authorHyeongseok Oh <hseok82.oh@samsung.com>
Fri, 23 Dec 2016 13:18:32 +0000 (22:18 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Fri, 23 Dec 2016 13:18:32 +0000 (14:18 +0100)
commit5ef3df8ffe059d5f91c6bae09d8f95a0332f1363
treeca1984151b6f044658d0302f48b6cfecb3521edf
parent55ea631f84ba1e9084f12b95a43135b526169cd9
[Linux] Fix cross-architecture component build configuration for ARM32-target (#8687)

* fix CMakeLists.txt for palrt

* Modify CMakeLists.txt for cross-architecture component configuaration

Add coreclrpal project to fix a dependency issue when CMake configuration

* Allow only x64-host/arm-target for linux

allow x64-host/arm-target only, because pal is not stable for x86 now

* Update build.sh

delete NumProc=1 (inserted for debugging)

* Change x64-host to x86-host for arm-target

JIT correctness problem,
and fix CMake configuration for x86 in pal

* Fix type

* Update CMakeLists.txt

* fix style

* Set x86 when arm-target/x64-host

* fix typo
CMakeLists.txt
functions.cmake
src/pal/CMakeLists.txt
src/pal/src/CMakeLists.txt
src/palrt/CMakeLists.txt