tools: Fix up BITS_PER_LONG setting
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 13 Jul 2016 18:04:04 +0000 (15:04 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 13 Jul 2016 18:04:04 +0000 (15:04 -0300)
commit2a00f026a15d161b47ba3d3417d0fec5193468c3
treed86f90501196e273b6c1e567a3f95e587b9ebb56
parent7b39cafb7aa68ef8e32a9f51fbe737d96084ca74
tools: Fix up BITS_PER_LONG setting

It was set based on CONFIG_64BIT, that is available only when using
Kconfig, which we're working towards but not to the point of having this
CONFIG variable set, so synthesize it from available compiler defined
defines, __SIZEOF_LONG__ or, lacking that, __WORDSIZE.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-og5fmkr17856lhupacihwxvb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/asm-generic/bitsperlong.h