Skip to content

Commit ba2deaf

Browse files
authored
Platform updates for BSD-{armv4,ppc*} (alexcrichton#195)
They were added to OpenSSL 3.1.
1 parent 989a002 commit ba2deaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ impl Build {
259259
"armv5te-unknown-linux-gnueabi" => "linux-armv4",
260260
"armv5te-unknown-linux-musleabi" => "linux-armv4",
261261
"armv6-unknown-freebsd" => "BSD-generic32",
262-
"armv7-unknown-freebsd" => "BSD-generic32",
262+
"armv7-unknown-freebsd" => "BSD-armv4",
263263
"armv7-unknown-linux-gnueabi" => "linux-armv4",
264264
"armv7-unknown-linux-musleabi" => "linux-armv4",
265265
"armv7-unknown-linux-gnueabihf" => "linux-armv4",
@@ -288,13 +288,13 @@ impl Build {
288288
"mips64el-unknown-linux-muslabi64" => "linux64-mips64",
289289
"mipsel-unknown-linux-gnu" => "linux-mips32",
290290
"mipsel-unknown-linux-musl" => "linux-mips32",
291-
"powerpc-unknown-freebsd" => "BSD-generic32",
291+
"powerpc-unknown-freebsd" => "BSD-ppc",
292292
"powerpc-unknown-linux-gnu" => "linux-ppc",
293293
"powerpc-unknown-netbsd" => "BSD-generic32",
294-
"powerpc64-unknown-freebsd" => "BSD-generic64",
294+
"powerpc64-unknown-freebsd" => "BSD-ppc64",
295295
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
296296
"powerpc64-unknown-linux-musl" => "linux-ppc64",
297-
"powerpc64le-unknown-freebsd" => "BSD-generic64",
297+
"powerpc64le-unknown-freebsd" => "BSD-ppc64le",
298298
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
299299
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
300300
"riscv64gc-unknown-freebsd" => "BSD-riscv64",

0 commit comments

Comments
 (0)