Skip to content

Commit 194ed4f

Browse files
committed
powerpc: Document the existance of powerpc
1 parent 0e0af8e commit 194ed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,7 @@ arbitrarily complex configurations through nesting.
21632163
The following configurations must be defined by the implementation:
21642164

21652165
* `target_arch = "..."`. Target CPU architecture, such as `"x86"`, `"x86_64"`
2166-
`"mips"`, `"arm"`, or `"aarch64"`.
2166+
`"mips"`, `"powerpc"`, `"arm"`, or `"aarch64"`.
21672167
* `target_endian = "..."`. Endianness of the target CPU, either `"little"` or
21682168
`"big"`.
21692169
* `target_family = "..."`. Operating system family of the target, e. g.

0 commit comments

Comments
 (0)