blob: af66ed2697b4731848fc8688d32d6f176451d874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[binaries]
c = 'ccomp'
ar = 'ccomp'
strip = 'strip'
[built-in options]
c_args = ['-target', 'armv7a-eabi', '-fall']
[host_machine]
system = 'bare metal' # Update with your system name - bare metal/OS.
cpu_family = 'arm'
cpu = 'Cortex-A9'
endian = 'little'
|