add powerpc64-unknown-openbsd support

This commit is contained in:
Sébastien Marie 2022-08-28 05:16:02 +00:00
parent 908ac84662
commit dacb6ee7b0
4 changed files with 20 additions and 0 deletions

View file

@ -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),