Skip to content
Snippets Groups Projects
Commit 19d4868e authored by Robin Randhawa's avatar Robin Randhawa
Browse files

Add a toolchain target spec for AArch64

parent 9dc42102
No related branches found
No related tags found
1 merge request!88Add a toolchain target spec for AArch64
{
"llvm-target": "aarch64-unknown-none",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
"arch": "aarch64",
"os": "none",
"env": "",
"vendor": "unknown",
"linker-flavor": "gcc",
"target-family": "redox",
"pre-link-args": ["-m64", "-nostdlib", "-static"],
"features": "+a53,+strict-align,-fp-armv8",
"dynamic-linking": false,
"executables": false,
"relocation-model": "pic",
"code-model": "large",
"disable-redzone": true,
"eliminate-frame-pointer": false,
"exe-suffix": "",
"has-rpath": false,
"no-compiler-rt": true,
"no-default-libraries": true,
"position-independent-executables": false,
"has-elf-tls": true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment