https://bugzilla.redhat.com/show_bug.cgi?id=804125 Paul Emsley <pemsley@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pemsley@xxxxxxxxx --- Comment #62 from Paul Emsley <pemsley@xxxxxxxxx> --- Here's a patch for arm: --- CMakeLists.txt-orig 2016-08-07 01:24:15.720000000 +0100 +++ CMakeLists.txt 2016-08-07 01:28:10.997000000 +0100 @@ -42,7 +42,9 @@ if(NOT MSVC) if(RDK_OPTIMIZE_NATIVE) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mpopcnt") + IF(NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mpopcnt") + endif() endif() endif() -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx