mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/functions: add build_machine to meson conf
This commit is contained in:
parent
ec1d61ce43
commit
6f2ccfae7e
@ -485,10 +485,16 @@ pkgconfig = '$PKG_CONFIG'
|
|||||||
llvm-config = '$TOOLCHAIN/bin/llvm-config-host'
|
llvm-config = '$TOOLCHAIN/bin/llvm-config-host'
|
||||||
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
||||||
|
|
||||||
|
[build_machine]
|
||||||
|
system = 'linux'
|
||||||
|
cpu_family = '${MACHINE_HARDWARE_NAME}'
|
||||||
|
cpu = '${MACHINE_HARDWARE_CPU}'
|
||||||
|
endian = 'little'
|
||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'linux'
|
system = 'linux'
|
||||||
cpu_family = '$TARGET_ARCH'
|
cpu_family = '${MACHINE_HARDWARE_NAME}'
|
||||||
cpu = '$TARGET_SUBARCH'
|
cpu = '${MACHINE_HARDWARE_CPU}'
|
||||||
endian = 'little'
|
endian = 'little'
|
||||||
|
|
||||||
[built-in options]
|
[built-in options]
|
||||||
@ -517,6 +523,12 @@ pkgconfig = '$PKG_CONFIG'
|
|||||||
llvm-config = '$TOOLCHAIN/bin/llvm-config-host'
|
llvm-config = '$TOOLCHAIN/bin/llvm-config-host'
|
||||||
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
||||||
|
|
||||||
|
[build_machine]
|
||||||
|
system = 'linux'
|
||||||
|
cpu_family = '${MACHINE_HARDWARE_NAME}'
|
||||||
|
cpu = '${MACHINE_HARDWARE_CPU}'
|
||||||
|
endian = 'little'
|
||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'linux'
|
system = 'linux'
|
||||||
cpu_family = '$TARGET_ARCH'
|
cpu_family = '$TARGET_ARCH'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user