source: mainline/meson/cross/ia32@ 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: 492 bytes
Line 
1# See http://mesonbuild.com/Cross-compilation.html
2
3[binaries]
4c = 'i686-helenos-gcc'
5cpp = 'i686-helenos-g++'
6ar = 'i686-helenos-ar'
7strip = 'i686-helenos-strip'
8nm = 'i686-helenos-nm'
9objcopy = 'i686-helenos-objcopy'
10objdump = 'i686-helenos-objdump'
11as = 'i686-helenos-as'
12ld = 'i686-helenos-ld'
13
14[properties]
15has_function_printf = true
16needs_exe_wrapper = true
17
18cc_arch = 'i686'
19h_arch = 'ia32'
20bits = 32
21
22[host_machine]
23system = 'helenos'
24cpu_family = 'x86'
25cpu = 'x86'
26endian = 'little'
Note: See TracBrowser for help on using the repository browser.