]> git.proxmox.com Git - qemu.git/commit
Move definition of HOST_LONG_BITS to qemu-common.h
authorStefan Weil <sw@weilnetz.de>
Wed, 1 Feb 2012 20:04:13 +0000 (21:04 +0100)
committerStefan Weil <sw@weilnetz.de>
Tue, 28 Feb 2012 21:33:43 +0000 (22:33 +0100)
commitc0fd260e9da7e6e60ea6bf1b0198a804f147073f
tree925ae4c4e3d0d7224ab91af1d509daa6beb31060
parent2ad5201c1e3d53fef14af1e9eb629c180b318d89
Move definition of HOST_LONG_BITS to qemu-common.h

Like the related macro TCG_TARGET_LONG, HOST_LONG_BITS can be determined
by the C preprocessor. It is also not used in Makefiles.

So there is no need to calculate it in configure, and it can be defined
in qemu-common.h.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
configure
qemu-common.h