Rollup merge of #82733 - Yn0ga:master, r=estebank
Add powerpc-unknown-openbsd target
This commit is contained in:
commit
761a2b389d
3 changed files with 18 additions and 0 deletions
|
@ -694,6 +694,7 @@ supported_targets! {
|
|||
("i686-unknown-openbsd", i686_unknown_openbsd),
|
||||
("sparc64-unknown-openbsd", sparc64_unknown_openbsd),
|
||||
("x86_64-unknown-openbsd", x86_64_unknown_openbsd),
|
||||
("powerpc-unknown-openbsd", powerpc_unknown_openbsd),
|
||||
|
||||
("aarch64-unknown-netbsd", aarch64_unknown_netbsd),
|
||||
("armv6-unknown-netbsd-eabihf", armv6_unknown_netbsd_eabihf),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue