source: mainline/meson/cross/amd64_clang@ 7749646

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

Some clang fixes

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