21 lines
777 B
Plaintext
Vendored
21 lines
777 B
Plaintext
Vendored
[binaries]
|
|
c = ['ccache', 'clang-15']
|
|
cpp = ['ccache', 'clang++-15']
|
|
ar = 'llvm-ar-15'
|
|
strip = 'llvm-strip-15'
|
|
objcopy = 'llvm-objcopy-15'
|
|
ld = 'llvm-ld-15'
|
|
exe_wrapper = ['qemu-arm-static', '-L', '/usr/arm-linux-gnueabihf']
|
|
|
|
[properties]
|
|
c_args = ['--target=arm-linux-gnueabihf', '-march=armv7-a', '-mfpu=neon', '-isystem=/usr/arm-linux-gnueabihf/include', '-Weverything', '-fno-lax-vector-conversions', '-Werror']
|
|
cpp_args = ['--target=arm-linux-gnueabihf', '-march=armv7-a', '-mfpu=neon', '-isystem=/usr/arm-linux-gnueabihf/include', '-Weverything', '-fno-lax-vector-conversions', '-Werror']
|
|
c_link_args = ['--target=arm-linux-gnueabihf']
|
|
cpp_link_args = ['--target=arm-linux-gnueabihf']
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'arm'
|
|
cpu = 'armv8-a'
|
|
endian = 'little'
|