Skip to content

Commit d47a2b4

Browse files
committed
WIP: Log CMAKE_SYSTEM_PROCESSOR and CMAKE_HOST_SYSTEM_PROCESSOR
1 parent 9cdd178 commit d47a2b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/cmake/caches/MinGW.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set(LIBUNWIND_USE_COMPILER_RT ON CACHE BOOL "")
99

1010
# Without this flag, 'long double' (which is 80 bit on x86 mingw, but
1111
# 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}")
1214
if (CMAKE_SYSTEM_PROCESSOR MATCHES "ARM.*" OR CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
1315
# On aarch64, long doubles use the same ABI as in MSVC mode, so we don't need
1416
# to enable the MinGW specific stdio routines.

0 commit comments

Comments
 (0)