Fix x64 cross build on arm64 macOS (#75677)
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 21 Sep 2022 22:14:47 +0000 (00:14 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Sep 2022 22:14:47 +0000 (00:14 +0200)
commit777b2180c6192ec43685562e85557d55b2829160
treea5fc0d2cbefb0af3725b8f10281b326827fbf004
parent43c9f6bf1c1a4c6e118bbee68a8aa213a8ba644e
Fix x64 cross build on arm64 macOS (#75677)

* Fix x64 cross build on arm64 macOS

There were couple of minor issues that prevented successful building of x64 macOS
runtime on arm64 macOS device.
This change fixes them.

* Remove cross architecture combination check

* Reflect PR feedback

* Fix #endif comment
eng/native/configureplatform.cmake
src/coreclr/pal/inc/pal.h
src/coreclr/pal/src/exception/seh-unwind.cpp
src/coreclr/pal/src/misc/jitsupport.cpp