[x86/Linux] fix and add for x86 cmake configuration (dotnet/coreclr#8219)
authorSaeHie Park <saehie.park@gmail.com>
Tue, 22 Nov 2016 12:55:26 +0000 (21:55 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 22 Nov 2016 12:55:26 +0000 (13:55 +0100)
commitaf9458a88f3f7456321bd583b344c71e825b6e7b
treeed0225500cbd6348f66aca19cc573b7971cb9e47
parent477d8c756395e68ae27b0a73b2476d110bab247f
[x86/Linux] fix and add for x86 cmake configuration (dotnet/coreclr#8219)

This patch will add x86 part for cross build
- add x86 in build-rootfs and related cross files
- add x86 parts in CMakeLists.txt to pass configuration
- add required source files to pass configuration

Commit migrated from https://github.com/dotnet/coreclr/commit/d4b1a7473dcaa7ed9ead85ce3ff0fb39e1d5059f
12 files changed:
src/coreclr/CMakeLists.txt
src/coreclr/cross/build-rootfs.sh
src/coreclr/cross/x86/sources.list.trusty [new file with mode: 0644]
src/coreclr/cross/x86/sources.list.vivid [new file with mode: 0644]
src/coreclr/cross/x86/sources.list.wily [new file with mode: 0644]
src/coreclr/cross/x86/sources.list.xenial [new file with mode: 0644]
src/coreclr/cross/x86/toolchain.cmake [new file with mode: 0644]
src/coreclr/cross/x86/tryrun.cmake [new file with mode: 0644]
src/coreclr/src/debug/ee/i386/dbghelpers.S [new file with mode: 0644]
src/coreclr/src/debug/ee/wks/CMakeLists.txt
src/coreclr/src/pal/src/CMakeLists.txt
src/coreclr/src/vm/i386/unixstubs.cpp [new file with mode: 0644]