summaryrefslogtreecommitdiff
path: root/src/tools
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/tools
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/tools')
-rw-r--r--src/tools/crossgen/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/tools/crossgen/CMakeLists.txt b/src/tools/crossgen/CMakeLists.txt
index c0099f66a8..f16c188c3c 100644
--- a/src/tools/crossgen/CMakeLists.txt
+++ b/src/tools/crossgen/CMakeLists.txt
@@ -24,11 +24,6 @@ add_executable_clr(crossgen
${crossgen_RESOURCES}
)
-set(LIB_JIT jit_crossgen)
-if (CLR_BUILD_JIT32)
- set(LIB_JIT jit32_crossgen)
-endif()
-
target_link_libraries(crossgen
cee_crossgen
mdcompiler_crossgen
@@ -36,7 +31,7 @@ target_link_libraries(crossgen
mdruntimerw_crossgen
mdhotdata_crossgen
corguids
- ${LIB_JIT}
+ clrjit_crossgen
gcinfo_crossgen
corzap_crossgen
mscorlib_crossgen