初始化内容
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[binaries]
|
||||
c = ['ccache', 'clang-21']
|
||||
cpp = ['ccache', 'clang++-21']
|
||||
ar = 'llvm-ar-21'
|
||||
strip = 'llvm-strip-21'
|
||||
objcopy = 'llvm-objcopy-21'
|
||||
c_ld = 'lld'
|
||||
cpp_ld = 'lld'
|
||||
exe_wrapper = ['qemu-arm-static', '-L', '/usr/arm-linux-gnueabihf']
|
||||
|
||||
[built-in options]
|
||||
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', '-Wno-switch-default', '-Wno-c++-keyword']
|
||||
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', '-Wno-switch-default', '-Wno-c++-keyword']
|
||||
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'
|
||||
Reference in New Issue
Block a user