diff options
| author | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2018-02-24 01:08:02 +0100 |
|---|---|---|
| committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2018-02-24 01:08:02 +0100 |
| commit | 0b6583ed97aa323cfa3e40d1cb1a1759fb0e1fc1 (patch) | |
| tree | 260f238b8bd370125c2397c8371f267da3b025f9 /src/bootstrap/native.rs | |
| parent | 063deba92e44809125a433ca6e6c1ad0993313bf (diff) | |
| download | rust-0b6583ed97aa323cfa3e40d1cb1a1759fb0e1fc1.tar.gz rust-0b6583ed97aa323cfa3e40d1cb1a1759fb0e1fc1.zip | |
bootstrap: Add openssl configuration for x86_64-unknown-linux-gnux32
Diffstat (limited to 'src/bootstrap/native.rs')
| -rw-r--r-- | src/bootstrap/native.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index 29cd23bdbb1..248c2d9bd0c 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -490,6 +490,7 @@ impl Step for Openssl { "x86_64-unknown-freebsd" => "BSD-x86_64", "x86_64-unknown-dragonfly" => "BSD-x86_64", "x86_64-unknown-linux-gnu" => "linux-x86_64", + "x86_64-unknown-linux-gnux32" => "linux-x32", "x86_64-unknown-linux-musl" => "linux-x86_64", "x86_64-unknown-netbsd" => "BSD-x86_64", _ => panic!("don't know how to configure OpenSSL for {}", target), |
