On Thu, 20 Jun 2024 16:41, Alex Bennée <alex.ben...@linaro.org> wrote:
+summary_info += {'Rust support':      with_rust}
+if with_rust and get_option('with_rust_target_triple') != ''
+  summary_info += {'Rust target':     get_option('with_rust_target_triple')}
+endif
<snip>

I wonder if we should display the auto-probed triple here as well, not
just when its been overridden?

I agree, once we straighten out host target / cross target detection logic the target summary info print should be unconditional.

Reply via email to