]> Git Repo - qemu.git/commit - configure
configure: unify x86_64 and x32
authorPaolo Bonzini <[email protected]>
Tue, 9 Nov 2021 08:36:10 +0000 (09:36 +0100)
committerPaolo Bonzini <[email protected]>
Sat, 18 Dec 2021 09:57:36 +0000 (10:57 +0100)
commit4da270be1c4ac32c0e60a364e3173b57b1f79dba
treeea54292d0d4c72b2e738bbe8193cc9d9ee905328
parentd8ff892dc23e9921db49d2053036240675bb50f8
configure: unify x86_64 and x32

The only difference between the two, as far as either configure or
Meson are concerned, is in the multilib flags passed to the compiler.

For QEMU, this fixes the handling of TYPE_OLDDEVT in
include/exec/user/thunk.h and enables testing of dirty ring buffer,
because both are using HOST_X86_64.

For tests/tcg, this means that on a hypothetical x32 host the
cross compiler will not be used to build the tests.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
configure
meson.build
This page took 0.025655 seconds and 4 git commands to generate.