Home
last modified time | relevance | path

Searched hist:bafe78ad3bc4cef3a4d22e477c8940a7c955f1ea (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigurebafe78ad3bc4cef3a4d22e477c8940a7c955f1ea Thu Sep 07 05:54:42 CDT 2023 Paolo Bonzini <pbonzini@redhat.com> contrib/plugins: use an independent makefile

The initial reason to write this patch was to remove the last use of
CONFIG_DEBUG_TCG from the makefiles; the flags to use to build TCG
plugins are unrelated to --enable-debug-tcg, and instead they should
be the same as those used to build emulators (the plugins are not build
via meson for demonstration reasons only).

However, since contrib/plugins/Makefile is also the last case of doing
a compilation job using config-host.mak, go a step further and make it
use a completely separate configuration file, removing all references
to compilers from the toplevel config-host.mak. Clean up references to
empty variables, and use .SECONDARY so that intermediate object files
are not deleted.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>