aboutsummaryrefslogtreecommitdiff
path: root/cross/msp430.txt
blob: 839c90b7f31895b06f976f3ca4793036d832a1aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file assumes that path to the Texas Instruments MSP430 toolchain is added
# to the environment(PATH) variable, so that Meson can find
# cl430 and ar430 while building.
[binaries]
c      = cl430
ar     = ar430
strip  = strip430

[host_machine]
system = 'baremetal'
cpu_family = 'msp430'
endian = 'little'

[built-in options]
c_args = [
    '-vmsp',
    '--printf_support=minimal']
c_link_args = [
    '--rom_model',
    '-llibc.a',]
cpp_args = []
cpp_link_args = []

[properties]
needs_exe_wrapper = true