mennosiek commented on a change in pull request #10365:
URL: https://github.com/apache/arrow/pull/10365#discussion_r636472236
##########
File path: cpp/cmake_modules/SetupCxxFlags.cmake
##########
@@ -28,7 +28,7 @@ if(NOT DEFINED ARROW_CPU_FLAG)
set(ARROW_CPU_FLAG "armv8")
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "armv7")
set(ARROW_CPU_FLAG "armv7")
- elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc")
+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc|powerpc64|ppc")
Review comment:
Yes, that will work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]