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