Skip to content

Commit 9cc3301

Browse files
authored
Add FreeBSD powerpc support (#90)
This is needed to support cargo cross-build for 32-bit powerpc on FreeBSD.
1 parent 1182683 commit 9cc3301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ impl Build {
248248
"mips64el-unknown-linux-gnuabi64" => "linux64-mips64",
249249
"mipsel-unknown-linux-gnu" => "linux-mips32",
250250
"mipsel-unknown-linux-musl" => "linux-mips32",
251+
"powerpc-unknown-freebsd" => "BSD-generic32",
251252
"powerpc-unknown-linux-gnu" => "linux-ppc",
252253
"powerpc64-unknown-freebsd" => "BSD-generic64",
253254
"powerpc64-unknown-linux-gnu" => "linux-ppc64",

0 commit comments

Comments
 (0)