Module: kamailio Branch: master Commit: 6738b9e64e04ba029e1c207c2dc76b10d8493df0 URL: https://github.com/kamailio/kamailio/commit/6738b9e64e04ba029e1c207c2dc76b10d8493df0
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@gilawa.com> Date: 2025-08-05T13:02:50Z cmake: Alias ppc64le to ppc64 - Match Makefile behaviour --- Modified: cmake/defs.cmake --- Diff: https://github.com/kamailio/kamailio/commit/6738b9e64e04ba029e1c207c2dc76b10d8493df0.diff Patch: https://github.com/kamailio/kamailio/commit/6738b9e64e04ba029e1c207c2dc76b10d8493df0.patch --- diff --git a/cmake/defs.cmake b/cmake/defs.cmake index 5215968940c..71bf3b3cd80 100644 --- a/cmake/defs.cmake +++ b/cmake/defs.cmake @@ -27,6 +27,8 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "i386|i486|i586|i686") set(TARGET_ARCH "i386") elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|amd64") set(TARGET_ARCH "x86_64") +elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le$") + set(TARGET_ARCH "ppc64le") else() set(TARGET_ARCH "${CMAKE_SYSTEM_PROCESSOR}") endif() _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!