|
|
@ -13,11 +13,6 @@
|
|
|
|
"linker": "rust-lld",
|
|
|
|
"linker": "rust-lld",
|
|
|
|
"linker-flavor": "ld.lld",
|
|
|
|
"linker-flavor": "ld.lld",
|
|
|
|
"linker-is-gnu": true,
|
|
|
|
"linker-is-gnu": true,
|
|
|
|
"pre-link-args": {
|
|
|
|
|
|
|
|
"ld.lld": [
|
|
|
|
|
|
|
|
"--image-base=0xffff000000000000"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"llvm-target": "aarch64-unknown-none",
|
|
|
|
"llvm-target": "aarch64-unknown-none",
|
|
|
|
"no-compiler-rt": true,
|
|
|
|
"no-compiler-rt": true,
|
|
|
|
"features": "+a53,+strict-align,-neon",
|
|
|
|
"features": "+a53,+strict-align,-neon",
|
|
|
|