tools: add meson
[openwrt/openwrt.git] / tools / meson / src / 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
9 [built-in options]
10 c_args = [@CFLAGS@]
11 c_link_args = [@LDFLAGS@]
12 cpp_args = [@CXXFLAGS@]
13 cpp_link_args = [@LDFLAGS@]
14 prefix = '/usr'
15
16 [host_machine]
17 system = 'linux'
18 cpu_family = '@ARCH@'
19 cpu = '@CPU@'
20 endian = '@ENDIAN@'
21
22 [properties]
23 needs_exe_wrapper = true