aboutsummaryrefslogtreecommitdiff
path: root/cross/ccrx.txt
blob: 5474bb0ae7b5636c707320f1ac1f3c313e4f13c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file assumes that path to the Renesas CC-RX toolchain is added
# to the environment(PATH) variable, so that Meson can find
# ccrx and rlink while building.
[binaries]
c = 'ccrx'
cpp = 'ccrx'
ar = 'rlink'
strip = 'rlink'

[properties]
# The '--cpu' option with the appropriate target type should be mentioned
# to cross compile c/c++ code with ccrx,.
c_args      = ['--cpu=rx600']
cpp_args    = ['--cpu=rx600']

[host_machine]
system = 'bare metal'      # Update with your system name - bare metal/OS.
cpu_family = 'rx'
cpu = 'rx600'
endian = 'little'