define __LP64__ & _LP64 if arch_m64 is enabled
commit84e7bd4a455f228adb4b7d882965c8786fbe65ca
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Tue, 7 Feb 2017 20:04:22 +0000 (7 21:04 +0100)
committerChristopher Li <sparse@chrisli.org>
Mon, 13 Feb 2017 01:34:45 +0000 (13 09:34 +0800)
treefc6d3055871482f0e2ed708af3de7fee14693dea
parent741d343b25781b4f9d62da6ca2fd402dfab52a2e
define __LP64__ & _LP64 if arch_m64 is enabled

They're part of GCC's common predefined macros and some
code & header files depend on them.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
lib.c