Module: kamailio Branch: master Commit: 4ce5d001d5a0ba8e36ba291af892f750087a13a5 URL: https://github.com/kamailio/kamailio/commit/4ce5d001d5a0ba8e36ba291af892f750087a13a5
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-16T13:34:29+01:00 Makefile.defs: set C_DEFS+=-DCC_GCC_LIKE_ASM for ARCH=aarch64 - GH #4515 --- Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/4ce5d001d5a0ba8e36ba291af892f750087a13a5.diff Patch: https://github.com/kamailio/kamailio/commit/4ce5d001d5a0ba8e36ba291af892f750087a13a5.patch --- diff --git a/src/Makefile.defs b/src/Makefile.defs index 91cd51dab6b..2bbcce9ca12 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -884,7 +884,7 @@ endif ifeq ($(ARCH), aarch64) use_fast_lock=yes - C_DEFS+=-DNOSMP # memory barriers not implemented for arm + C_DEFS+=-DCC_GCC_LIKE_ASM endif ifeq ($(ARCH), ppc) _______________________________________________ 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!
