Avoid (some) ppc cross-compilation problems
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 30 Sep 2008 19:44:32 +0000 (19:44 +0000)
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 30 Sep 2008 19:44:32 +0000 (19:44 +0000)
commitf026b359c709aac6428e2dba34baf98d9be3e3e8
tree4a6b0c3d0ba310943f665525e53007ac8c045912
parentaf1a0018a0535876bf741a8fb3db38cb92519470
Avoid (some) ppc cross-compilation problems

[..snip..]

A recent kvm merge with qemu brought code for 64bit power that broke cross
compilation. The issue is caused by configure trying to execute target
architecture binaries where configure is executed.

[..snip..]

The patch is based on Hollis's Blanchard idea.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5364 c046a42c-6fe2-441c-8c8c-71466251a162
configure