qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 07/13] tests/tcg/xtensa: enable system tests


From: Max Filippov
Subject: Re: [Qemu-devel] [RFC PATCH 07/13] tests/tcg/xtensa: enable system tests
Date: Tue, 11 Dec 2018 04:32:00 -0800

On Tue, Dec 11, 2018 at 3:58 AM Alex Bennée <address@hidden> wrote:
> I could certainly add a rule like:
>
> gdb-%: %
>         gdb --args $(QEMU) $(QEMU_OPTS) $<

Thanks (:

> > and a way to run tests on Tensilica ISS, it would be nice to keep it.
>
> I can restore some xtensa specific rules:
>
> xt-run-%: %
>         xt-run --xtensa-core=DC_B_232L --exit_with_target_code $<

The idea in the original makefile was that 'make check XT='
runs the same suite on the ISS that 'make check' runs on QEMU.

> What are EXTFLAGS used for?

To pass additional flags to the current emulator.
Usually -d something for QEMU.

Also now that I'm looking at the following, it seems to me that CC
would be more appropriate there than HOST_CC:

> +linker.ld: linker.ld.S
> +       $(HOST_CC) $(XTENSA_INC) -E -P $< -o $@

-- 
Thanks.
-- Max



reply via email to

[Prev in Thread] Current Thread [Next in Thread]