tests/tcg: use EXTRA_CFLAGS everywhere
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Aug 2019 14:35:21 +0000 (16:35 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2019 08:38:33 +0000 (09:38 +0100)
commit6a9e0ef32a6b519a0c96d3dee5edc1321792c65a
tree2d4599fa122c7d50031e83c8c1e4f00e33089667
parenteea2153ea832b2279853df7061fb38c696cc06e2
tests/tcg: use EXTRA_CFLAGS everywhere

For i386 specifically, this allows using the host GCC
to compile the i386 tests.  But, it should really be
done for all targets, unless we want to pass $(EXTRA_CFLAGS)
directly as part of $(CC).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20190807143523.15917-2-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/tcg/aarch64/Makefile.softmmu-target
tests/tcg/alpha/Makefile.softmmu-target
tests/tcg/arm/Makefile.softmmu-target
tests/tcg/i386/Makefile.softmmu-target
tests/tcg/minilib/Makefile.target
tests/tcg/xtensa/Makefile.softmmu-target