Peter Maydell <peter.mayd...@linaro.org> writes: > On Fri, 10 May 2019 at 16:05, Markus Armbruster <arm...@redhat.com> 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/20190313162812.8885-1-arm...@redhat.com/mbox > git am mbox > make -j3 > make -j3 check V=1 # fails > > thanks > -- PMM
I double-checked my testing and found where I screwed up. Thanks for your help!