mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-14 08:50:14 +00:00
24 lines
366 B
Plaintext
24 lines
366 B
Plaintext
|
[binaries]
|
||
|
c = [@CC@]
|
||
|
cpp = [@CXX@]
|
||
|
ar = '@AR@'
|
||
|
strip = '@STRIP@'
|
||
|
nm = '@NM@'
|
||
|
pkgconfig = '@PKGCONFIG@'
|
||
|
|
||
|
[built-in options]
|
||
|
c_args = [@CFLAGS@]
|
||
|
c_link_args = [@LDFLAGS@]
|
||
|
cpp_args = [@CXXFLAGS@]
|
||
|
cpp_link_args = [@LDFLAGS@]
|
||
|
prefix = '/usr'
|
||
|
|
||
|
[host_machine]
|
||
|
system = 'linux'
|
||
|
cpu_family = '@ARCH@'
|
||
|
cpu = '@CPU@'
|
||
|
endian = '@ENDIAN@'
|
||
|
|
||
|
[properties]
|
||
|
needs_exe_wrapper = true
|