]> Git Repo - qemu.git/commit
configure: Distinguish ppc64 and ppc64le hosts
authorRichard Henderson <[email protected]>
Wed, 1 May 2019 22:38:18 +0000 (15:38 -0700)
committerDavid Gibson <[email protected]>
Wed, 29 May 2019 01:39:13 +0000 (11:39 +1000)
commitf8378accda78acdc601f228254e2a41b4531621b
treeff1c68de5a08cb74f8fdc8ab7f81fa69e757451c
parentc10aaaab0fcfaf7ad68ccbc07a9069d7f6310532
configure: Distinguish ppc64 and ppc64le hosts

We cannot use the ppc64le host compiler to build ppc64(be) guest code.
Clean up confusion between cross_cc_powerpc and cross_cc_ppc; make use
of the cflags variable as well.

Signed-off-by: Richard Henderson <[email protected]>
Message-Id: <20190501223819[email protected]>
[dwg: Dropped hunk relating to ppc64abi32, it doesn't test properly]
Signed-off-by: David Gibson <[email protected]>
configure
This page took 0.023723 seconds and 4 git commands to generate.