We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4829e commit eb84552Copy full SHA for eb84552
compiler-rt/cmake/base-config-ix.cmake
@@ -204,7 +204,7 @@ macro(test_targets)
204
test_target_arch(x86_64 "" "")
205
endif()
206
207
- elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc64le")
+ elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc64le|ppc64le")
208
test_target_arch(powerpc64le "" "-m64")
209
elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc")
210
if(CMAKE_SYSTEM_NAME MATCHES "AIX")
0 commit comments