Skip to content

Commit 546ccc6

Browse files
authored
Add FreeBSD powerpc64le support (#75)
FreeBSD PowerPC64LE is a new target. This is needed to cross-build cargo.
1 parent 9e7d91a commit 546ccc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ impl Build {
195195
"powerpc-unknown-linux-gnu" => "linux-ppc",
196196
"powerpc64-unknown-freebsd" => "BSD-generic64",
197197
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
198+
"powerpc64le-unknown-freebsd" => "BSD-generic64",
198199
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
199200
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
200201
"s390x-unknown-linux-gnu" => "linux64-s390x",

0 commit comments

Comments
 (0)