On Fri, 10 May 2019 at 16:05, Markus Armbruster <[email protected]> wrote: > I tried to reproduce on a ppc64 box in the gcc compile farm, no dice. I > double-checked config-host.h has #define HOST_WORDS_BIGENDIAN 1.
On s390: git clone git://git.qemu.org/qemu.git qemu-tmp cd qemu-tmp mkdir build cd build ../configure make -j3 make -j3 check V=1 # passes wget https://patchew.org/QEMU/[email protected]/mbox git am mbox make -j3 make -j3 check V=1 # fails thanks -- PMM
