We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b0f52 commit 35c248fCopy full SHA for 35c248f
src/librustc_target/spec/x86_64_fortanix_unknown_sgx.rs
@@ -65,7 +65,7 @@ pub fn target() -> Result<Target, String> {
65
..Default::default()
66
};
67
Ok(Target {
68
- llvm_target: "x86_64-unknown-linux-gnu".into(),
+ llvm_target: "x86_64-elf".into(),
69
target_endian: "little".into(),
70
target_pointer_width: "64".into(),
71
target_c_int_width: "32".into(),
0 commit comments