Index: openmp/trunk/runtime/CMakeLists.txt =================================================================== --- openmp/trunk/runtime/CMakeLists.txt +++ openmp/trunk/runtime/CMakeLists.txt @@ -65,6 +65,8 @@ set(LIBOMP_ARCH x86_64) elseif(LIBOMP_NATIVE_ARCH STREQUAL "x86_64") set(LIBOMP_ARCH x86_64) + elseif(LIBOMP_NATIVE_ARCH MATCHES "powerpc64le") + set(LIBOMP_ARCH ppc64le) elseif(LIBOMP_NATIVE_ARCH MATCHES "powerpc") set(LIBOMP_ARCH ppc64) elseif(LIBOMP_NATIVE_ARCH MATCHES "aarch64")