SGX target: don't pretend to be GNU/Linux to LLVM

This commit is contained in:
Jethro Beekman 2019-07-15 11:23:39 -07:00
parent 92b0f52584
commit 35c248f6f0

View file

@ -65,7 +65,7 @@ pub fn target() -> Result<Target, String> {
..Default::default()
};
Ok(Target {
llvm_target: "x86_64-unknown-linux-gnu".into(),
llvm_target: "x86_64-elf".into(),
target_endian: "little".into(),
target_pointer_width: "64".into(),
target_c_int_width: "32".into(),