diff options
| author | Jethro Beekman <jethro@fortanix.com> | 2019-12-04 16:02:28 +0100 |
|---|---|---|
| committer | Jethro Beekman <jethro@fortanix.com> | 2019-12-04 16:02:28 +0100 |
| commit | 22d9f20f606eb69c5d2eac345dc4e5dfe36d27cc (patch) | |
| tree | 4185332aba0f722fc83532b8767496ceeb9b329b /src | |
| parent | 5f1d6c44034ac143f7a3e56ae7ea8858dcbb61ca (diff) | |
| download | rust-22d9f20f606eb69c5d2eac345dc4e5dfe36d27cc.tar.gz rust-22d9f20f606eb69c5d2eac345dc4e5dfe36d27cc.zip | |
SGX: Fix target linker used by bootstrap
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 39d7ea922bc..7ea2bb126a6 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -810,6 +810,7 @@ impl Build { !target.contains("emscripten") && !target.contains("wasm32") && !target.contains("nvptx") && + !target.contains("fortanix") && !target.contains("fuchsia") { Some(self.cc(target)) } else { |
