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.
2 parents de7b207 + 211b089 commit 4d2966cCopy full SHA for 4d2966c
src/CMakeLists.txt
@@ -127,7 +127,7 @@ set (SOLIB_generated )
127
128
129
# Avoid error: invalid conversion from 'int' to '__ptrace_request' on PowerPC
130
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_TARGET_ARCHITECTURES MATCHES "ppc64")
+if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_TARGET_ARCHITECTURES MATCHES "ppc*")
131
add_compile_options(-fpermissive)
132
endif()
133
0 commit comments