add powerpc64-unknown-openbsd support
This commit is contained in:
parent
908ac84662
commit
dacb6ee7b0
4 changed files with 20 additions and 0 deletions
|
@ -894,6 +894,7 @@ supported_targets! {
|
|||
("aarch64-unknown-openbsd", aarch64_unknown_openbsd),
|
||||
("i686-unknown-openbsd", i686_unknown_openbsd),
|
||||
("powerpc-unknown-openbsd", powerpc_unknown_openbsd),
|
||||
("powerpc64-unknown-openbsd", powerpc64_unknown_openbsd),
|
||||
("sparc64-unknown-openbsd", sparc64_unknown_openbsd),
|
||||
("x86_64-unknown-openbsd", x86_64_unknown_openbsd),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue