Crate build_target[−][src]
Enums
target_arch: Target CPU architecture
target_env: target enviroment that disambiguates the target platform by ABI / libc.
This value is closely related to the fourth element of the platform target triple,
though it is not identical. For example, embedded ABIs such as gnueabihf will simply
define target_env as "gnu" (i.e. Env::GNU)
target_family: A a more generic description of a target, such as the family of
the operating systems or architectures that the target generally falls into.
target_os: Operating system of the target. This value is closely related to the second
and third element of the platform target triple, though it is not identical.