On 21.07.2017 17:07, no-re...@patchew.org wrote:
> Hi,
>
> This series failed build test on s390x host. Please find the details below.
[...]
> CC s390x-linux-user/target/s390x/interrupt.o
> CC sh4eb-linux-user/linux-user/linuxload.o
> CC sparc32plus-linux-user/accel/tcg/cpu-ex
Our configure script was recently equipped with a new --disable-tcg
parameter, but this does unfortunately not work on s390x hosts yet. Fix
the build by moving some code around and by adding some few #ifdefs
in the right places.
v2:
- Reworked the changes to program_interrupt() according to the