Re: [PATCH v6 029/103] tests/tcg/meson.build: check host cross cc is working
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 28/7/26 06:41, Pierrick Bouvier wrote: > On Fedora, cross compilers are provided without runtime or header files. > Thus, even if program is present, it can't be used to compile files > directly. Check this, and fallback on docker if not working. > > Signed-off-by: Pierrick Bouvier <[email protected]> > --- > tests/tcg/meson.build | 12 ++++++++++++ > tests/tcg/test_cc.c | 9 +++++++++ > 2 files changed, 21 insertions(+) > create mode 100644 tests/tcg/test_cc.c Reviewed-by: Philippe Mathieu-Daudé <[email protected]>