about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJethro Beekman <jethro@fortanix.com>2019-12-04 16:02:28 +0100
committerJethro Beekman <jethro@fortanix.com>2019-12-04 16:02:28 +0100
commit22d9f20f606eb69c5d2eac345dc4e5dfe36d27cc (patch)
tree4185332aba0f722fc83532b8767496ceeb9b329b /src
parent5f1d6c44034ac143f7a3e56ae7ea8858dcbb61ca (diff)
downloadrust-22d9f20f606eb69c5d2eac345dc4e5dfe36d27cc.tar.gz
rust-22d9f20f606eb69c5d2eac345dc4e5dfe36d27cc.zip
SGX: Fix target linker used by bootstrap
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/lib.rs1
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 {