Searched hist:"9 d56d2dce6b949293d11d0af71ec4f03cd8cb6c1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 9d56d2dce6b949293d11d0af71ec4f03cd8cb6c1 Tue Sep 30 14:44:32 CDT 2008 malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> 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
|