summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2016-04-20 15:31:53 -0700
committerPat Gavlin <pagavlin@microsoft.com>2016-04-20 15:31:53 -0700
commit604d13b2c196afc7130e094449df932ab1e03164 (patch)
treeb33dd4db84692d1b5e1d84140db6225dd42ae240 /src/dlls
parent7c0cf5f137709b61e4ee0448a1d29869c2d60812 (diff)
downloadcoreclr-604d13b2c196afc7130e094449df932ab1e03164.tar.gz
coreclr-604d13b2c196afc7130e094449df932ab1e03164.tar.bz2
coreclr-604d13b2c196afc7130e094449df932ab1e03164.zip
Change the names of the JIT products to `clrjit`.
- The static library to be linked into the CLR is now `clrjit_static` - The static library to be linked into crossgen is now `clrjit_crossgen` - The dynamic library is now `clrjit`
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscoree/coreclr/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/dlls/mscoree/coreclr/CMakeLists.txt b/src/dlls/mscoree/coreclr/CMakeLists.txt
index c864d43fff..6c2e50ad3a 100644
--- a/src/dlls/mscoree/coreclr/CMakeLists.txt
+++ b/src/dlls/mscoree/coreclr/CMakeLists.txt
@@ -65,11 +65,6 @@ if (CLR_CMAKE_PLATFORM_UNIX)
set(LIB_UNWINDER unwinder_wks)
endif (CLR_CMAKE_PLATFORM_UNIX)
-set(LIB_JIT ClrJit)
-if (CLR_BUILD_JIT32)
- set(LIB_JIT ClrJit32)
-endif()
-
# IMPORTANT! Please do not rearrange the order of the libraries. The linker on Linux is
# order dependent and changing the order can result in undefined symbols in the shared
# library.
@@ -87,7 +82,7 @@ set(CORECLR_LIBRARIES
mdhotdata_full
bcltype
ceefgen
- ${LIB_JIT}
+ clrjit_static
comfloat_wks
corguids
gcinfo # Condition="'$(TargetCpu)'=='amd64' or '$(TargetCpu)' == 'arm' or '$(TargetCpu)' == 'arm64'"