File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2059,6 +2059,11 @@ The following configurations must be defined by the implementation:
2059
2059
` "mips" ` , ` "powerpc" ` , ` "arm" ` , or ` "aarch64" ` .
2060
2060
* ` target_endian = "..." ` . Endianness of the target CPU, either ` "little" ` or
2061
2061
` "big" ` .
2062
+ * ` target_env = ".." ` - an option provided by the compiler by default
2063
+ describing the runtime environment of the target platform. Some examples of
2064
+ this are ` musl ` for builds targeting the MUSL libc implementation, ` msvc ` for
2065
+ Windows builds targeting MSVC, and ` gnu ` frequently the rest of the time. This
2066
+ option may also be blank on some platforms.
2062
2067
* ` target_family = "..." ` . Operating system family of the target, e. g.
2063
2068
` "unix" ` or ` "windows" ` . The value of this configuration option is defined
2064
2069
as a configuration itself, like ` unix ` or ` windows ` .
You can’t perform that action at this time.
0 commit comments