[binaries] c = ['ccache', 'clang-16'] cpp = ['ccache', 'clang++-16'] ar = 'llvm-ar-16' strip = 'llvm-strip-16' objcopy = 'llvm-objcopy-16' ld = 'llvm-ld-16' 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', '-Wno-unsafe-buffer-usage'] cpp_args = ['--target=arm-linux-gnueabihf', '-march=armv7-a', '-mfpu=neon', '-isystem=/usr/arm-linux-gnueabihf/include', '-Weverything', '-fno-lax-vector-conversions', '-Werror', '-Wno-unsafe-buffer-usage'] 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'