Add export-dev for exporting all libraries (see #230)
[helenos.git] / meson / cross / amd64_clang
blob1ac12df5916a1b66d983c3eca9dc50a75c121a1b
1 # See http://mesonbuild.com/Cross-compilation.html
3 [binaries]
4 c = '@COMPPREFIX@clang'
5 cpp = '@COMPPREFIX@clang++'
6 ar = '@COMPPREFIX@ar'
7 strip = '@COMPPREFIX@strip'
8 nm = '@COMPPREFIX@nm'
9 objcopy = '@COMPPREFIX@objcopy'
10 objdump = '@COMPPREFIX@objdump'
11 as = '@COMPPREFIX@as'
12 ld = '@COMPPREFIX@ld'
14 [properties]
15 has_function_printf = true
16 needs_exe_wrapper = true
17 c_args = [ '-nostdlibinc' ]
18 cpp_args = [ '-nostdlibinc' ]
19 link_args = [ '-nostdlib' ]
21 cc_arch = 'amd64'
22 bits = 64
24 [host_machine]
25 system = 'helenos'
26 cpu_family = 'x86_64'
27 cpu = 'x86_64'
28 endian = 'little'