Fix Linux/x86 altjit
authorBruce Forstall <Bruce_Forstall@msn.com>
Mon, 27 Aug 2018 22:58:09 +0000 (15:58 -0700)
committerBruce Forstall <Bruce_Forstall@msn.com>
Mon, 27 Aug 2018 22:58:09 +0000 (15:58 -0700)
commit5b78c7b8574affaeaae28301f5f1caef5aba1afd
tree9dd0e38f46b95a6762d6be76363ab8af87d97efa
parent4b8efd5b811c0d80c6481289edde806844ddbf5a
Fix Linux/x86 altjit

This is a Linux/x86-targeting, Windows/x86-hosted altjit.
Fix the build so it uses an appropriate gcinfo library, built
with the appropriate defines. Currently, this eliminates a single assert.

Commit migrated from https://github.com/dotnet/coreclr/commit/286b3e52b426d0f977fde9e49744ae2f3ffdf990
src/coreclr/src/gcinfo/CMakeLists.txt
src/coreclr/src/gcinfo/gcinfo_linuxx86/CMakeLists.txt [new file with mode: 0644]
src/coreclr/src/jit/linuxnonjit/CMakeLists.txt