From b672ebca886dd6dc9b0f775eb769764750fd302c Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Mon, 4 Oct 2021 19:39:36 +0200 Subject: Minor fixups --- docs/yaml/builtins/host_machine.yaml | 1 + docs/yaml/builtins/target_machine.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'docs/yaml/builtins') diff --git a/docs/yaml/builtins/host_machine.yaml b/docs/yaml/builtins/host_machine.yaml index f130586..2c847b5 100644 --- a/docs/yaml/builtins/host_machine.yaml +++ b/docs/yaml/builtins/host_machine.yaml @@ -1,5 +1,6 @@ name: host_machine long_name: Host machine information +extends: build_machine description: | Provides information about the host machine -- the machine on which the compiled binary will run. See diff --git a/docs/yaml/builtins/target_machine.yaml b/docs/yaml/builtins/target_machine.yaml index d5c4e4d..c17adc7 100644 --- a/docs/yaml/builtins/target_machine.yaml +++ b/docs/yaml/builtins/target_machine.yaml @@ -1,5 +1,6 @@ name: target_machine long_name: Target machine information +extends: build_machine description: | Provides information about the target machine -- the machine on which the compiled binary's output will run. Hence, this object should only -- cgit v1.1