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.
23 lines
450 B
23 lines
450 B
1 year ago
|
# Cross file tested on Texas Instruments C6000 compiler (bare metal DSP devices)
|
||
|
# This file assumes that path to the Texas Instruments C6000 toolchain is added
|
||
|
# to the environment(PATH) variable.
|
||
|
|
||
|
[host_machine]
|
||
|
system = 'c6000'
|
||
|
cpu_family = 'c6000'
|
||
|
cpu = 'c64x'
|
||
|
endian = 'little'
|
||
|
|
||
|
[binaries]
|
||
|
c = 'cl6x'
|
||
|
cpp = 'cl6x'
|
||
|
ar = 'ar6x'
|
||
|
strip = 'strip6x'
|
||
|
nm = 'nm6x'
|
||
|
as = 'asm6x'
|
||
|
|
||
|
[properties]
|
||
|
needs_exe_wrapper = true
|
||
|
has_function_printf = true
|
||
|
bits = 32
|