aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/builtins/host_machine.yaml
blob: 2c847b523a36963da9a9e1021abb18e16e7950e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  [Cross-compilation](Cross-compilation.md).

  It has the same methods as [[@build_machine]].

  When not cross-compiling, all the methods return the same values as
  [[@build_machine]] (because the build machine is the host machine)

  Note that while cross-compiling, it simply returns the values defined
  in the cross-info file.