Module: kamailio Branch: master Commit: 92b6e416c7735938bc329212d67e42c23bb98b18 URL: https://github.com/kamailio/kamailio/commit/92b6e416c7735938bc329212d67e42c23bb98b18
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-29T20:57:57+01:00 Makefile.defs: define CC_GCC_LIKE_ASM for arch arm64 --- Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/92b6e416c7735938bc329212d67e42c23bb98b18.diff Patch: https://github.com/kamailio/kamailio/commit/92b6e416c7735938bc329212d67e42c23bb98b18.patch --- diff --git a/src/Makefile.defs b/src/Makefile.defs index 40a02f52678..94efe823269 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -891,6 +891,11 @@ ifeq ($(ARCH), aarch64) C_DEFS+=-DCC_GCC_LIKE_ASM endif +ifeq ($(ARCH), arm64) + C_DEFS+=-DCC_GCC_LIKE_ASM +endif + + ifeq ($(ARCH), ppc) use_fast_lock=yes endif _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
