We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0af8e commit 194ed4fCopy full SHA for 194ed4f
src/doc/reference.md
@@ -2163,7 +2163,7 @@ arbitrarily complex configurations through nesting.
2163
The following configurations must be defined by the implementation:
2164
2165
* `target_arch = "..."`. Target CPU architecture, such as `"x86"`, `"x86_64"`
2166
- `"mips"`, `"arm"`, or `"aarch64"`.
+ `"mips"`, `"powerpc"`, `"arm"`, or `"aarch64"`.
2167
* `target_endian = "..."`. Endianness of the target CPU, either `"little"` or
2168
`"big"`.
2169
* `target_family = "..."`. Operating system family of the target, e. g.
0 commit comments