config: automatically determine BIT48
authorBrian Norris <banorris@uci.edu>
Tue, 17 Jul 2012 05:26:25 +0000 (22:26 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 17 Jul 2012 05:41:05 +0000 (22:41 -0700)
commit96db0d957f1b7ae8fa882dd282b0ede7badb26b7
tree93c9fdc853473fded8448ffd7bf3b0ec4cd16549
parentcf00814e3c709a8cceaa15ec9bb1fc0922213f4b
config: automatically determine BIT48

GCC says we can use _LP64, and LLVM (clang) imitates, so this can be
automatically redefined for 32-bit/64-bit architectures.

Also, add config.h to Makefile so it triggers a rebuild. This is still a blunt
mechanism, but it's fine for now.
Makefile
config.h