mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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'
|
||||
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]
|
||||
system = 'linux'
|
||||
cpu_family = '$TARGET_ARCH'
|
||||
cpu = '$TARGET_SUBARCH'
|
||||
cpu_family = '${MACHINE_HARDWARE_NAME}'
|
||||
cpu = '${MACHINE_HARDWARE_CPU}'
|
||||
endian = 'little'
|
||||
|
||||
[built-in options]
|
||||
@ -517,6 +523,12 @@ pkgconfig = '$PKG_CONFIG'
|
||||
llvm-config = '$TOOLCHAIN/bin/llvm-config-host'
|
||||
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]
|
||||
system = 'linux'
|
||||
cpu_family = '$TARGET_ARCH'
|
||||
|
Loading…
x
Reference in New Issue
Block a user