Add export-dev for exporting all libraries (see #230)
[helenos.git] / meson / cross / arm64
blob445d0b18570e41b0c94bc7b2bbfd556e424d39d5
1 # See http://mesonbuild.com/Cross-compilation.html
3 [binaries]
4 c = '@COMPPREFIX@gcc'
5 cpp = '@COMPPREFIX@g++'
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
18 cc_arch = 'aarch64'
19 bits = 64
21 [host_machine]
22 system = 'helenos'
23 cpu_family = 'aarch64'
24 cpu = 'aarch64'
25 endian = 'little'