add teeos std impl
Signed-off-by: 袁浩 <yuanhao34@huawei.com>
This commit is contained in:
parent
28968414c5
commit
e353eb91fb
18 changed files with 1190 additions and 10 deletions
|
@ -4,7 +4,6 @@ pub fn target() -> Target {
|
|||
let mut base = base::teeos::opts();
|
||||
base.features = "+strict-align,+neon,+fp-armv8".into();
|
||||
base.max_atomic_width = Some(128);
|
||||
base.linker = Some("aarch64-linux-gnu-ld".into());
|
||||
|
||||
Target {
|
||||
llvm_target: "aarch64-unknown-none".into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue