On Tue, 14 May 2019 at 13:36, Peter Maydell wrote:
>
> On Fri, 10 May 2019 at 19:54, Richard Henderson
> wrote:
> >
> > Changes in v2:
> >
> > * Fix --disable-tcg compilation for x86 and s390x.
> > I adjusted every target/ that used any CONFIG_TCG in cpu.c.
> > but then afterward I see
On Fri, 10 May 2019 at 19:54, Richard Henderson
wrote:
>
> Changes in v2:
>
> * Fix --disable-tcg compilation for x86 and s390x.
> I adjusted every target/ that used any CONFIG_TCG in cpu.c.
> but then afterward I see that only x86 and s390x have had
> their Makefiles adjusted to mak
On May 10, 2019 8:55 PM, "Richard Henderson"
wrote:
>
> Changes in v2:
>
> * Fix --disable-tcg compilation for x86 and s390x.
> I adjusted every target/ that used any CONFIG_TCG in cpu.c.
> but then afterward I see that only x86 and s390x have had
> their Makefiles adjusted to make -
Changes in v2:
* Fix --disable-tcg compilation for x86 and s390x.
I adjusted every target/ that used any CONFIG_TCG in cpu.c.
but then afterward I see that only x86 and s390x have had
their Makefiles adjusted to make --disable-tcg actually work.
* Fix Werror for 64-bit on 32-bit.