Merge branch 'master' into dev

This commit is contained in:
DRC
2017-09-20 17:13:46 +00:00
4 changed files with 18 additions and 3 deletions

View File

@@ -30,6 +30,9 @@ elseif(CPU_TYPE STREQUAL "arm")
set(DEBARCH armel)
elseif(CMAKE_SYSTEM_PROCESSOR_LC STREQUAL "ppc64le")
set(DEBARCH ppc64el)
elseif(CPU_TYPE STREQUAL "powerpc" AND BITS EQUAL 32)
set(RPMARCH ppc)
set(DEBARCH ppc)
else()
set(DEBARCH ${CMAKE_SYSTEM_PROCESSOR})
endif()