Don't build and publish libcoreclr libeventprovider libeventpipe as crosscomponents...
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Wed, 5 Sep 2018 22:08:58 +0000 (15:08 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Sep 2018 22:08:58 +0000 (15:08 -0700)
commit6ffde90ff2f406a2ec4a31f52469c1937eb7f096
tree5dd46badf5848c74dbfda5ccc37da8b8cfcf6e22
parent8461f8f7790fb1dd6960fdf5f3837e7b66143724
Don't build and publish libcoreclr libeventprovider libeventpipe as crosscomponents on ARM (dotnet/coreclr#19782)

* Use _install to stop copying sosdocsunix.txt to crosscomponents directory in src/ToolBox/SOS/Strike/CMakeLists.txt
* Use _install for coreclrpal in src/pal/src/CMakeLists.txt
* Use _install for eventprovider in src/scripts/genLttngProvider.py
* Unconditionally use add_library_clr and _install for eventpipe in src/scripts/genEventPipe.py

Commit migrated from https://github.com/dotnet/coreclr/commit/14802fcc27eefbc29fbcb204cd0f3ae626da2042
src/coreclr/src/ToolBox/SOS/Strike/CMakeLists.txt
src/coreclr/src/pal/src/CMakeLists.txt
src/coreclr/src/scripts/genEventPipe.py
src/coreclr/src/scripts/genLttngProvider.py