summaryrefslogtreecommitdiff
path: root/src/jit/crossgen
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/jit/crossgen
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/jit/crossgen')
-rw-r--r--src/jit/crossgen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/crossgen/CMakeLists.txt b/src/jit/crossgen/CMakeLists.txt
index 981369e768..f79d9e72ce 100644
--- a/src/jit/crossgen/CMakeLists.txt
+++ b/src/jit/crossgen/CMakeLists.txt
@@ -4,4 +4,4 @@ if(CLR_CMAKE_TARGET_ARCH_I386 OR CLR_CMAKE_TARGET_ARCH_ARM)
add_definitions(-DLEGACY_BACKEND)
endif()
-add_library_clr(jit_crossgen ${SOURCES})
+add_library_clr(${JIT_BASE_NAME}_crossgen ${SOURCES})