mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update Meson
This commit is contained in:
parent
92b7f09a0b
commit
6d6defe801
4 changed files with 220 additions and 0 deletions
25
meson/src/openwrt-cross.txt.in
Normal file
25
meson/src/openwrt-cross.txt.in
Normal file
|
@ -0,0 +1,25 @@
|
|||
[binaries]
|
||||
c = '@CC@'
|
||||
cpp = '@CXX@'
|
||||
ar = '@AR@'
|
||||
strip = '@STRIP@'
|
||||
nm = '@NM@'
|
||||
ld = '@LD@'
|
||||
pkgconfig = '@PKGCONFIG@'
|
||||
|
||||
[properties]
|
||||
c_args = [@CFLAGS@]
|
||||
c_link_args = [@LDFLAGS@]
|
||||
cpp_args = [@CXXFLAGS@]
|
||||
cpp_link_args = [@LDFLAGS@]
|
||||
needs_exe_wrapper = true
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = '@ARCH@'
|
||||
cpu = '@CPU@'
|
||||
endian = '@ENDIAN@'
|
||||
|
||||
[paths]
|
||||
prefix = '/usr'
|
||||
libdir = 'lib'
|
15
meson/src/openwrt-native.txt.in
Normal file
15
meson/src/openwrt-native.txt.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
[binaries]
|
||||
c = '@CC@'
|
||||
cpp = '@CXX@'
|
||||
pkgconfig = '@PKGCONFIG@'
|
||||
|
||||
[properties]
|
||||
c_args = [@CFLAGS@]
|
||||
c_link_args = [@LDFLAGS@]
|
||||
cpp_args = [@CXXFLAGS@]
|
||||
cpp_link_args = [@LDFLAGS@]
|
||||
|
||||
[paths]
|
||||
prefix = '@PREFIX@'
|
||||
sbindir = 'bin'
|
||||
libdir = 'lib'
|
Loading…
Add table
Add a link
Reference in a new issue