Module: kamailio Branch: master Commit: 1adf88e7211400b8d56a6dc7c463e60a2b697b80 URL: https://github.com/kamailio/kamailio/commit/1adf88e7211400b8d56a6dc7c463e60a...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-03-16T08:49:36+01:00
Makefile.defs: override the ARCH for amd64 to x86_64
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/1adf88e7211400b8d56a6dc7c463e60a... Patch: https://github.com/kamailio/kamailio/commit/1adf88e7211400b8d56a6dc7c463e60a...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index eb6993a..c7d970e 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -377,7 +377,7 @@ endif
# retarget amd64 to x86_64 ifeq ($(ARCH), amd64) - ARCH=x86_64 + override ARCH=x86_64 endif
$(info target architecture <$(ARCH)>, host architecture <$(HOST_ARCH)>)