source: mainline/meson/cross/arm32@ 63660a3

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 63660a3 was 63660a3, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

shuffle some variables around

  • Property mode set to 100644
File size: 483 bytes
Line 
1# See http://mesonbuild.com/Cross-compilation.html
2
3[binaries]
4c = 'arm-helenos-gcc'
5cpp = 'arm-helenos-g++'
6ar = 'arm-helenos-ar'
7strip = 'arm-helenos-strip'
8nm = 'arm-helenos-nm'
9objcopy = 'arm-helenos-objcopy'
10objdump = 'arm-helenos-objdump'
11as = 'arm-helenos-as'
12ld = 'arm-helenos-ld'
13
14[properties]
15has_function_printf = true
16needs_exe_wrapper = true
17
18cc_arch = 'arm'
19h_arch = 'arm32'
20bits = 32
21
22[host_machine]
23system = 'helenos'
24cpu_family = 'arm'
25cpu = 'arm'
26endian = 'little'
Note: See TracBrowser for help on using the repository browser.