Module: kamailio Branch: 5.0 Commit: f5e2f30fbef15d4310dd20828a70613971e67c28 URL: https://github.com/kamailio/kamailio/commit/f5e2f30fbef15d4310dd20828a706139...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-03-15T12:23:04+01:00
Makefile.defs: enabled fast locks for amd64
(cherry picked from commit e6a84b43e06f081e53bf60df137d4262f36c3c7a)
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/f5e2f30fbef15d4310dd20828a706139... Patch: https://github.com/kamailio/kamailio/commit/f5e2f30fbef15d4310dd20828a706139...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index b64e4bd..442e05d 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -788,6 +788,10 @@ ifeq ($(ARCH), x86_64) use_fast_lock=yes endif
+ifeq ($(ARCH), amd64) + use_fast_lock=yes +endif + ifeq ($(ARCH), sparc64) ifeq ($(CC_NAME), gcc) use_fast_lock=yes