@@ -259,7 +259,7 @@ impl Build {
259
259
"armv5te-unknown-linux-gnueabi" => "linux-armv4" ,
260
260
"armv5te-unknown-linux-musleabi" => "linux-armv4" ,
261
261
"armv6-unknown-freebsd" => "BSD-generic32" ,
262
- "armv7-unknown-freebsd" => "BSD-generic32 " ,
262
+ "armv7-unknown-freebsd" => "BSD-armv4 " ,
263
263
"armv7-unknown-linux-gnueabi" => "linux-armv4" ,
264
264
"armv7-unknown-linux-musleabi" => "linux-armv4" ,
265
265
"armv7-unknown-linux-gnueabihf" => "linux-armv4" ,
@@ -288,13 +288,13 @@ impl Build {
288
288
"mips64el-unknown-linux-muslabi64" => "linux64-mips64" ,
289
289
"mipsel-unknown-linux-gnu" => "linux-mips32" ,
290
290
"mipsel-unknown-linux-musl" => "linux-mips32" ,
291
- "powerpc-unknown-freebsd" => "BSD-generic32 " ,
291
+ "powerpc-unknown-freebsd" => "BSD-ppc " ,
292
292
"powerpc-unknown-linux-gnu" => "linux-ppc" ,
293
293
"powerpc-unknown-netbsd" => "BSD-generic32" ,
294
- "powerpc64-unknown-freebsd" => "BSD-generic64 " ,
294
+ "powerpc64-unknown-freebsd" => "BSD-ppc64 " ,
295
295
"powerpc64-unknown-linux-gnu" => "linux-ppc64" ,
296
296
"powerpc64-unknown-linux-musl" => "linux-ppc64" ,
297
- "powerpc64le-unknown-freebsd" => "BSD-generic64 " ,
297
+ "powerpc64le-unknown-freebsd" => "BSD-ppc64le " ,
298
298
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le" ,
299
299
"powerpc64le-unknown-linux-musl" => "linux-ppc64le" ,
300
300
"riscv64gc-unknown-freebsd" => "BSD-riscv64" ,
0 commit comments