Skip to content

Commit efde1b3

Browse files
Rollup merge of rust-lang#44199 - jakllsch:jakllsch-abcc6c4a-0caf-4d30-b336-39629c73d3f5, r=sfackler
bootstrap: add openssl configuration mapping for i686-unknown-netbsd
2 parents 12809b0 + 0c2a9d6 commit efde1b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/native.rs

+1
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ impl Step for Openssl {
407407
"i686-unknown-freebsd" => "BSD-x86-elf",
408408
"i686-unknown-linux-gnu" => "linux-elf",
409409
"i686-unknown-linux-musl" => "linux-elf",
410+
"i686-unknown-netbsd" => "BSD-x86-elf",
410411
"mips-unknown-linux-gnu" => "linux-mips32",
411412
"mips64-unknown-linux-gnuabi64" => "linux64-mips64",
412413
"mips64el-unknown-linux-gnuabi64" => "linux64-mips64",

0 commit comments

Comments
 (0)