mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-27 07:18:58 +00:00
fcdc629144
Add explicit setup as implicit is deprecated. Rename pkgconfig as no hyphen is deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
28 lines
435 B
Plaintext
28 lines
435 B
Plaintext
[binaries]
|
|
c = [@CC@]
|
|
c_ld = [@LD@]
|
|
cpp = [@CXX@]
|
|
cpp_ld = [@LD@]
|
|
ar = '@AR@'
|
|
strip = '@STRIP@'
|
|
nm = '@NM@'
|
|
pkg-config = '@PKGCONFIG@'
|
|
cmake = '@CMAKE@'
|
|
python = '@PYTHON@'
|
|
|
|
[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
|