Rename TARGET_DARWIN to TARGET_OSX (#33959)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 24 Mar 2020 10:44:34 +0000 (11:44 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 10:44:34 +0000 (11:44 +0100)
commit3d8073daba7a84fe2692816763ada490b6353359
tree1869016122cdfe29dcdce6914b46ea52a42991c3
parent8a66fb7ec09f02d47a39a9e931be0fdefc514cde
Rename TARGET_DARWIN to TARGET_OSX (#33959)

https://github.com/dotnet/runtime/pull/33716 set TARGET_DARWIN for iOS too but most of the logic is really OSX-specific.
Unset TARGET_DARWIN for iOS and rename the rest of the occurrences to TARGET_OSX.
31 files changed:
eng/native/configurecompiler.cmake
eng/native/configureplatform.cmake
eng/native/configuretools.cmake
eng/native/functions.cmake
src/coreclr/clrdefinitions.cmake
src/coreclr/src/debug/createdump/CMakeLists.txt
src/coreclr/src/debug/daccess/CMakeLists.txt
src/coreclr/src/dlls/dbgshim/CMakeLists.txt
src/coreclr/src/dlls/mscordac/CMakeLists.txt
src/coreclr/src/dlls/mscordbi/CMakeLists.txt
src/coreclr/src/dlls/mscoree/coreclr/CMakeLists.txt
src/coreclr/src/gc/CMakeLists.txt
src/coreclr/src/hosts/CMakeLists.txt
src/coreclr/src/inc/crosscomp.h
src/coreclr/src/jit/CMakeLists.txt
src/coreclr/src/pal/inc/pal_mstypes.h
src/coreclr/src/pal/src/CMakeLists.txt
src/coreclr/src/pal/src/configure.cmake
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/CMakeLists.txt
src/coreclr/tests/src/Exceptions/ForeignThread/CMakeLists.txt
src/installer/corehost/cli/apphost/CMakeLists.txt
src/installer/corehost/cli/hostmisc/pal.h
src/installer/corehost/cli/hostmisc/pal.unix.cpp
src/installer/corehost/cli/hostmisc/utils.h
src/installer/corehost/cli/test/nativehost/CMakeLists.txt
src/libraries/Native/Unix/CMakeLists.txt
src/libraries/Native/Unix/System.Globalization.Native/CMakeLists.txt
src/libraries/Native/Unix/System.Globalization.Native/configure.cmake
src/libraries/Native/Unix/System.Globalization.Native/pal_icushim.c
src/libraries/Native/Unix/System.Security.Cryptography.Native/CMakeLists.txt
src/libraries/Native/Unix/configure.cmake