meson: prepare to use different linkers
[openwrt/staging/nbd.git] / tools / meson / files / openwrt-cross.txt.in
1 [binaries]
2 c = [@CC@]
3 c_ld = [@LD@]
4 cpp = [@CXX@]
5 cpp_ld = [@LD@]
6 ar = '@AR@'
7 strip = '@STRIP@'
8 nm = '@NM@'
9 pkgconfig = '@PKGCONFIG@'
10 cmake = '@CMAKE@'
11 python = '@PYTHON@'
12
13 [built-in options]
14 c_args = [@CFLAGS@]
15 c_link_args = [@LDFLAGS@]
16 cpp_args = [@CXXFLAGS@]
17 cpp_link_args = [@LDFLAGS@]
18 prefix = '/usr'
19
20 [host_machine]
21 system = 'linux'
22 cpu_family = '@ARCH@'
23 cpu = '@CPU@'
24 endian = '@ENDIAN@'
25
26 [properties]
27 needs_exe_wrapper = true