Re: [PATCH v2 05/14] tcg: Link only when required in system mode

2025-02-03 Thread Alex Bennée
Richard Henderson writes: > Rather than unconditional linkage via system_ss, conditinally > include the static library via specific_ss. This will elide > the code when CONFIG_TCG is disabled for a specific target. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH v2 05/14] tcg: Link only when required in system mode

2025-02-03 Thread Thomas Huth
On 03/02/2025 04.18, Richard Henderson wrote: Rather than unconditional linkage via system_ss, conditinally include the static library via specific_ss. This will elide the code when CONFIG_TCG is disabled for a specific target. Signed-off-by: Richard Henderson --- tcg/meson.build | 6 +-

[PATCH v2 05/14] tcg: Link only when required in system mode

2025-02-02 Thread Richard Henderson
Rather than unconditional linkage via system_ss, conditinally include the static library via specific_ss. This will elide the code when CONFIG_TCG is disabled for a specific target. Signed-off-by: Richard Henderson --- tcg/meson.build | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)