aboutsummaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/armcc.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/cross/armcc.txt b/cross/armcc.txt
new file mode 100644
index 0000000..2597738
--- /dev/null
+++ b/cross/armcc.txt
@@ -0,0 +1,11 @@
+[binaries]
+c = 'armcc'
+cpp = 'armcc'
+ar = 'armar'
+strip = 'armar'
+
+[host_machine]
+system = 'WINDOWS'
+cpu_family = 'arm'
+cpu = 'Cortex-M0+'
+endian = 'little'