Skip to content

Commit 8f9d956

Browse files
eupnbadicsalex
authored andcommitted
target: add llvm-floatabi required value
1 parent b01d647 commit 8f9d956

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

armv7a-unknown-xous-elf.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"abi": "eabihf",
3+
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
4+
"is-builtin": false,
5+
"linker-flavor": "ld.lld",
6+
"linker": "rust-lld",
7+
"llvm-floatabi": "hard",
8+
"llvm-target": "armv7a-none-eabihf",
9+
"target-pointer-width": "32",
10+
"max-atomic-width": 64,
11+
"panic-strategy": "abort",
12+
"disable-redzone": true,
13+
"emit-debug-gdb-scripts": false,
14+
"c-enum-min-bits": 8,
15+
"arch": "arm",
16+
"features": "+v7,+thumb2,+thumb-mode,+vfp4d16,+d32,+neon,+strict-align",
17+
"executables": true,
18+
"relocation-model": "static",
19+
"os": "xous"
20+
}

0 commit comments

Comments
 (0)