Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Godse <61718172+mangod9@users.noreply.github.com>2021-06-09 19:49:05 +0300
committerGitHub <noreply@github.com>2021-06-09 19:49:05 +0300
commit375fec2746812c726c11ec718b7282dd79ca23af (patch)
tree6bfc91a1a8a79b2646864ae73ecbb25ac89d6d9c /src/coreclr/crosscomponents.cmake
parent3852a7793a151b13426eac968ebe06efc297658f (diff)
exclude crossgen from build. (#53458)
* excluding crossgen from build. * Fix cross-component build break * Fix tests to not use crossgen * more test fixes. * switching R2R jobs to use cg2 by default * switch helix runs to use crossgen2
Diffstat (limited to 'src/coreclr/crosscomponents.cmake')
-rw-r--r--src/coreclr/crosscomponents.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/coreclr/crosscomponents.cmake b/src/coreclr/crosscomponents.cmake
index b779f461aa9..864bdf9e722 100644
--- a/src/coreclr/crosscomponents.cmake
+++ b/src/coreclr/crosscomponents.cmake
@@ -13,14 +13,6 @@ if (CLR_CMAKE_HOST_OS STREQUAL CLR_CMAKE_TARGET_OS)
COMPONENT crosscomponents
)
- if(CLR_CMAKE_HOST_LINUX OR NOT FEATURE_CROSSBITNESS)
- install_clr (TARGETS
- crossgen
- DESTINATIONS . sharedFramework
- COMPONENT crosscomponents
- )
- endif()
-
if(CLR_CMAKE_TARGET_OSX AND ARCH_TARGET_NAME STREQUAL arm64)
install_clr (TARGETS
clrjit_unix_osx_${ARCH_TARGET_NAME}_${ARCH_HOST_NAME}