Fix GCInfo library used by ARM/ARM64 protononjit builds
authorBruce Forstall <brucefo@microsoft.com>
Tue, 25 Apr 2017 16:43:38 +0000 (09:43 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Tue, 25 Apr 2017 21:50:24 +0000 (14:50 -0700)
commita559ca14ca541035ce2239815d8a511bdaa522ce
tree02b0ba4f4203ddb5f3d193caee5459e8d9fe29cc
parent799a68e981d8bf19cd7496ea8c8822c97d6d2ff1
Fix GCInfo library used by ARM/ARM64 protononjit builds

Otherwise, using the normal GCInfo library, the altjits will
assert creating GC info.

Create new "cross-target" builds of the GCInfo library.

Commit migrated from https://github.com/dotnet/coreclr/commit/35bd37d89e53411ef09cd0a509e6ffaaf1ab3b8a
src/coreclr/src/gcinfo/CMakeLists.txt
src/coreclr/src/gcinfo/gcinfo_arm/CMakeLists.txt [new file with mode: 0644]
src/coreclr/src/gcinfo/gcinfo_arm64/CMakeLists.txt [new file with mode: 0644]
src/coreclr/src/jit/protononjit/CMakeLists.txt