about summary refs log tree commit diff
path: root/src/bootstrap/native.rs
diff options
context:
space:
mode:
authorJonathan A. Kollasch <jakllsch@kollasch.net>2017-08-30 18:22:46 -0500
committerJonathan A. Kollasch <jakllsch@kollasch.net>2017-08-30 18:22:46 -0500
commit0c2a9d6917a7c820cb8357decece36db457c480d (patch)
tree3dc38239ef5c017d7e6047ec36bebeb45fda0ee6 /src/bootstrap/native.rs
parent7eeac1b81446c6327f1827ef334eca2db7fe28f7 (diff)
downloadrust-0c2a9d6917a7c820cb8357decece36db457c480d.tar.gz
rust-0c2a9d6917a7c820cb8357decece36db457c480d.zip
bootstrap: add openssl configuration mapping for i686-unknown-netbsd
Diffstat (limited to 'src/bootstrap/native.rs')
-rw-r--r--src/bootstrap/native.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs
index 0a307e72bf6..8173903c034 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -407,6 +407,7 @@ impl Step for Openssl {
             "i686-unknown-freebsd" => "BSD-x86-elf",
             "i686-unknown-linux-gnu" => "linux-elf",
             "i686-unknown-linux-musl" => "linux-elf",
+            "i686-unknown-netbsd" => "BSD-x86-elf",
             "mips-unknown-linux-gnu" => "linux-mips32",
             "mips64-unknown-linux-gnuabi64" => "linux64-mips64",
             "mips64el-unknown-linux-gnuabi64" => "linux64-mips64",