powerpc: Document the existance of powerpc

This commit is contained in:
Richo Healey 2015-01-09 19:53:47 -08:00 committed by Manish Goregaokar
parent 37ea06dd15
commit ba69f413f7
1 changed files with 1 additions and 1 deletions

View File

@ -2170,7 +2170,7 @@ arbitrarily complex configurations through nesting.
The following configurations must be defined by the implementation:
* `target_arch = "..."`. Target CPU architecture, such as `"x86"`, `"x86_64"`
`"mips"`, `"arm"`, or `"aarch64"`.
`"mips"`, `"powerpc"`, `"arm"`, or `"aarch64"`.
* `target_endian = "..."`. Endianness of the target CPU, either `"little"` or
`"big"`.
* `target_family = "..."`. Operating system family of the target, e. g.