summaryrefslogtreecommitdiff
path: root/src/coreclr
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2017-03-29 17:28:57 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-03-29 10:28:57 +0200
commit1c4fda612e8a4f0d48346c477d058fa3fddf514e (patch)
treee5f8c1dcbd7d4424a0a05a917b976e9514c0cd2b /src/coreclr
parenta1ad1592f45bdfc544deedb1d2e88e9a35895bb1 (diff)
downloadcoreclr-1c4fda612e8a4f0d48346c477d058fa3fddf514e.tar.gz
coreclr-1c4fda612e8a4f0d48346c477d058fa3fddf514e.tar.bz2
coreclr-1c4fda612e8a4f0d48346c477d058fa3fddf514e.zip
Fix dependency to coreclr and mscorrc in Linux (#10138)
* Fix dependency to coreclr and mscorrc in Linux Remove dependency with coreclr in some projects for Linux Recover build mscorrc for cross architecture in Linux * Fix CMakeLists.txt in src/dlls minimize uses of CLR_CROSS_COMPONENTS_BUILD flag in CMakeLists.txt Modify root/CMakeLists.txt to exclude corerun and coreconsole build during cross component build
Diffstat (limited to 'src/coreclr')
-rw-r--r--src/coreclr/hosts/unixcoreconsole/CMakeLists.txt4
-rw-r--r--src/coreclr/hosts/unixcorerun/CMakeLists.txt4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/coreclr/hosts/unixcoreconsole/CMakeLists.txt b/src/coreclr/hosts/unixcoreconsole/CMakeLists.txt
index 94587b5374..2daeaabfa3 100644
--- a/src/coreclr/hosts/unixcoreconsole/CMakeLists.txt
+++ b/src/coreclr/hosts/unixcoreconsole/CMakeLists.txt
@@ -31,8 +31,4 @@ if(NOT CLR_CMAKE_PLATFORM_ANDROID)
)
endif()
-add_dependencies(coreconsole
- coreclr
-)
-
install_clr(coreconsole)
diff --git a/src/coreclr/hosts/unixcorerun/CMakeLists.txt b/src/coreclr/hosts/unixcorerun/CMakeLists.txt
index b5dc730aaf..07beaae1df 100644
--- a/src/coreclr/hosts/unixcorerun/CMakeLists.txt
+++ b/src/coreclr/hosts/unixcorerun/CMakeLists.txt
@@ -32,8 +32,4 @@ if(NOT CLR_CMAKE_PLATFORM_ANDROID)
)
endif()
-add_dependencies(corerun
- coreclr
-)
-
install_clr(corerun)