source: mainline/meson/cross/mips32eb@ 41408d94

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 41408d94 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: 493 bytes
Line 
1# See http://mesonbuild.com/Cross-compilation.html
2
3[binaries]
4c = 'mips-helenos-gcc'
5cpp = 'mips-helenos-g++'
6ar = 'mips-helenos-ar'
7strip = 'mips-helenos-strip'
8nm = 'mips-helenos-nm'
9objcopy = 'mips-helenos-objcopy'
10objdump = 'mips-helenos-objdump'
11as = 'mips-helenos-as'
12ld = 'mips-helenos-ld'
13
14[properties]
15has_function_printf = true
16needs_exe_wrapper = true
17
18cc_arch = 'mips'
19h_arch = 'mips32'
20bits = 32
21
22[host_machine]
23system = 'helenos'
24cpu_family = 'mips'
25cpu = 'mips'
26endian = 'big'
Note: See TracBrowser for help on using the repository browser.