[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 17/17] meson: add a note on why we use config_host for program pa
|
From: |
Paolo Bonzini |
|
Subject: |
[PATCH 17/17] meson: add a note on why we use config_host for program paths |
|
Date: |
Mon, 16 Oct 2023 08:31:27 +0200 |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
meson.build | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/meson.build b/meson.build
index 87bb4e9243a..c80882da6fd 100644
--- a/meson.build
+++ b/meson.build
@@ -4021,6 +4021,11 @@ summary(summary_info, bool_yn: true, section:
'Directories')
summary_info = {}
summary_info += {'python': '@0@ (version:
@1@)'.format(python.full_path(), python.language_version())}
summary_info += {'sphinx-build': sphinx_build}
+
+# FIXME: the [binaries] section of machine files, which can be probed
+# with find_program(), would be great for passing gdb and genisoimage
+# paths from configure to Meson. However, there seems to be no way to
+# hide a program (for example if gdb is too old).
if config_host.has_key('GDB')
summary_info += {'gdb': config_host['GDB']}
endif
--
2.41.0
- [PATCH 07/17] tests/tcg/arm: move non-SVE tests out of conditional, (continued)
- [PATCH 07/17] tests/tcg/arm: move non-SVE tests out of conditional, Paolo Bonzini, 2023/10/16
- [PATCH 10/17] configure: clean up PIE option handling, Paolo Bonzini, 2023/10/16
- [PATCH 06/17] hw/remote: move stub vfu_object_set_bus_irq out of stubs/, Paolo Bonzini, 2023/10/16
- [PATCH 09/17] configure: clean up plugin option handling, Paolo Bonzini, 2023/10/16
- [PATCH 11/17] configure: remove some dead cruft, Paolo Bonzini, 2023/10/16
- [PATCH 12/17] configure: move target-specific defaults to an external machine file, Paolo Bonzini, 2023/10/16
- [PATCH 14/17] configure: unify handling of several Debian cross containers, Paolo Bonzini, 2023/10/16
- [PATCH 15/17] configure, meson: use command line options to configure qemu-ga, Paolo Bonzini, 2023/10/16
- [PATCH 16/17] meson-buildoptions: document the data at the top, Paolo Bonzini, 2023/10/16
- [PATCH 17/17] meson: add a note on why we use config_host for program paths,
Paolo Bonzini <=
- [PATCH 13/17] configure: move environment-specific defaults to config-meson.cross, Paolo Bonzini, 2023/10/16