Browse Source

Makefile.defs: fix doc URL for pre-defined architecture compiler macros

Henning Westerholt 6 years ago
parent
commit
24988041d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Makefile.defs

+ 1 - 1
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