Max Filippov <jcmvb...@gmail.com> writes:

> On Mon, Dec 10, 2018 at 7:28 AM Alex Bennée <alex.ben...@linaro.org> wrote:
>>
>> Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
>> ---
>>  tests/tcg/xtensa/Makefile                | 93 ------------------------
>>  tests/tcg/xtensa/Makefile.softmmu-target | 43 +++++++++++
>>  2 files changed, 43 insertions(+), 93 deletions(-)
>>  delete mode 100644 tests/tcg/xtensa/Makefile
>
> That Makefile provides a few nice goals for guest and host debugging

I could certainly add a rule like:

gdb-%: %
        gdb --args $(QEMU) $(QEMU_OPTS) $<

> 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 $<

What are EXTFLAGS used for?

--
Alex Bennée

Reply via email to