Add raspi json target
This commit is contained in:
15
ferrocyanide/raspi_os/arm-none-eabihf.json
Normal file
15
ferrocyanide/raspi_os/arm-none-eabihf.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"llvm-target": "arm-none-eabihf",
|
||||||
|
"target-endian": "little",
|
||||||
|
"target-pointer-width": "32",
|
||||||
|
"os": "none",
|
||||||
|
"env": "eabi",
|
||||||
|
"vendor": "unknown",
|
||||||
|
"arch": "arm",
|
||||||
|
|
||||||
|
"linker": "arm-none-eabi-gcc",
|
||||||
|
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
|
||||||
|
"executables": true,
|
||||||
|
"relocation-model": "static",
|
||||||
|
"no-compiler-rt": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user