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:
20592059 ` "mips" ` , ` "powerpc" ` , ` "arm" ` , or ` "aarch64" ` .
20602060* ` target_endian = "..." ` . Endianness of the target CPU, either ` "little" ` or
20612061 ` "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.
20622067* ` target_family = "..." ` . Operating system family of the target, e. g.
20632068 ` "unix" ` or ` "windows" ` . The value of this configuration option is defined
20642069 as a configuration itself, like ` unix ` or ` windows ` .
You can’t perform that action at this time.
0 commit comments