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:
authorJan Vorlicek <janvorli@microsoft.com>2019-07-20 06:16:44 +0300
committerJan Kotas <jkotas@microsoft.com>2019-07-20 06:16:44 +0300
commit32c1441f632a61e27df488c5325ce44828b419f7 (patch)
tree5f2d4e974e485c43d41acf0e5f45e7b139ce35b9 /src/coreclr/clrdefinitions.cmake
parentd571fb17e3effa31722bd4cb7154d4a8fb66d626 (diff)
Revert "Enable MHR support on OSX (dotnet/coreclr#25716)" (dotnet/coreclr#25803)
This reverts commit dotnet/coreclr@7a970842ebd88686851af53edee689a3149737bf. Commit migrated from https://github.com/dotnet/coreclr/commit/1991a9ac761e8684ada594bc5a9fef0817c98602
Diffstat (limited to 'src/coreclr/clrdefinitions.cmake')
-rw-r--r--src/coreclr/clrdefinitions.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coreclr/clrdefinitions.cmake b/src/coreclr/clrdefinitions.cmake
index 31aae4b9155..3576844745d 100644
--- a/src/coreclr/clrdefinitions.cmake
+++ b/src/coreclr/clrdefinitions.cmake
@@ -241,7 +241,3 @@ if(WIN32)
add_definitions(-DFEATURE_DATABREAKPOINT)
endif(CLR_CMAKE_TARGET_ARCH_AMD64 OR CLR_CMAKE_TARGET_ARCH_I386)
endif(WIN32)
-
-if(CLR_CMAKE_PLATFORM_DARWIN)
- add_definitions(-DFEATURE_WRITEBARRIER_COPY)
-endif(CLR_CMAKE_PLATFORM_DARWIN)