The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
268 B
14 lines
268 B
4 years ago
|
[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'
|