On 14/01/2026 11.25, Alex Bennée wrote:
Signed-off-by: Alex Bennée <[email protected]> --- docs/devel/build-system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst index 35c77343914..71331e64ac8 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.).
Reviewed-by: Thomas Huth <[email protected]>
