From: Alex Bennée Date: Wed, 14 Jan 2026 10:25:22 +0000 (+0000) Subject: docs/devel: s/most/most recent/ ``probe_target_compiler`` call X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e11c6dfa1d8b6dd4e6a2d29c9af6fffe42b58f5;p=thirdparty%2Fqemu.git docs/devel: s/most/most recent/ ``probe_target_compiler`` call Signed-off-by: Alex Bennée Reviewed-by: Thomas Huth Reviewed-by: Daniel P. Berrangé Link: https://lore.kernel.org/qemu-devel/20260114102522.4044591-1-alex.bennee@linaro.org Signed-off-by: Pierrick Bouvier --- diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst index b9797a374c..e746bf8187 100644 --- a/docs/devel/build-system.rst +++ b/docs/devel/build-system.rst @@ -88,7 +88,7 @@ and operating systems: ``$target_ar``, etc. to non-empty values. ``write_target_makefile`` - Write a Makefile fragment to stdout, exposing the result of the most + Write a Makefile fragment to stdout, exposing the result of the most recent ``probe_target_compiler`` call as the usual Make variables (``CC``, ``AR``, ``LD``, etc.).