From ca34b61d9533a0944df254657631cfa4da5ff817 Mon Sep 17 00:00:00 2001 From: greg Date: Thu, 30 Mar 2017 02:44:16 -0700 Subject: [PATCH] Add raspi json target --- ferrocyanide/raspi_os/arm-none-eabihf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ferrocyanide/raspi_os/arm-none-eabihf.json 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 +}