SGX: Fix target linker used by bootstrap
This commit is contained in:
@@ -810,6 +810,7 @@ impl Build {
|
|||||||
!target.contains("emscripten") &&
|
!target.contains("emscripten") &&
|
||||||
!target.contains("wasm32") &&
|
!target.contains("wasm32") &&
|
||||||
!target.contains("nvptx") &&
|
!target.contains("nvptx") &&
|
||||||
|
!target.contains("fortanix") &&
|
||||||
!target.contains("fuchsia") {
|
!target.contains("fuchsia") {
|
||||||
Some(self.cc(target))
|
Some(self.cc(target))
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user