We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdd178 commit d47a2b4Copy full SHA for d47a2b4
libcxx/cmake/caches/MinGW.cmake
@@ -9,6 +9,8 @@ set(LIBUNWIND_USE_COMPILER_RT ON CACHE BOOL "")
9
10
# Without this flag, 'long double' (which is 80 bit on x86 mingw, but
11
# 64 bit in MSVC) isn't handled correctly in printf.
12
+message("CMAKE_SYSTEM_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR}")
13
+message("CMAKE_HOST_SYSTEM_PROCESSOR ${CMAKE_HOST_SYSTEM_PROCESSOR}")
14
if (CMAKE_SYSTEM_PROCESSOR MATCHES "ARM.*" OR CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
15
# On aarch64, long doubles use the same ABI as in MSVC mode, so we don't need
16
# to enable the MinGW specific stdio routines.
0 commit comments