diff --git a/ferrocyanide/raspi_os/arm-none-eabihf.json b/ferrocyanide/raspi_os/arm-none-eabihf.json new file mode 100644 index 0000000..23032b0 --- /dev/null +++ b/ferrocyanide/raspi_os/arm-none-eabihf.json @@ -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 +}