Module: kamailio
Branch: master
Commit: 24988041d42c752c8202829d8e92d7a75762ab96
URL:
https://github.com/kamailio/kamailio/commit/24988041d42c752c8202829d8e92d7a…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-09-24T22:29:25+02:00
Makefile.defs: fix doc URL for pre-defined architecture compiler macros
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/24988041d42c752c8202829d8e92d7a…
Patch:
https://github.com/kamailio/kamailio/commit/24988041d42c752c8202829d8e92d7a…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index fe0e4a90fb..18bfca4097 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -341,7 +341,7 @@ endif
# ARCH detection
# predefined compiler macros for different architectures
-# (see
http://predef.sourceforge.net/prearch.html for a more complete list)
+# (see
https://sourceforge.net/p/predef/wiki/Architectures/ for a more complete list)
i386_macros= i386 __i386__ __i486__ __i586__ __i686__ \
__i386 _M_IX86 __X86__ _X86_
x86_64_macros= __amd64__ __amd64 __x86_64__ __x86_64 _M_X64