provide portable HOST_LONG_BITS test
commit70be1a2e1ac5ce37e809d220bb4db449633e07b1
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Dec 2010 10:43:54 +0000 (23 11:43 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 14 Jan 2011 16:11:58 +0000 (14 16:11 +0000)
treec81d27980811d7a4b6bd1c5b544d666390313d3f
parentf9728943ff8eec02c17e9eaa34dc8203e0ef8cc2
provide portable HOST_LONG_BITS test

Do not hardcode the list of 64-bit CPUs.  Use sizeof(void *) to
compute it.  Renaming it to HOST_LONG_BITS to HOST_POINTER_BITS
is left for later.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure