初始化内容
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[binaries]
|
||||
c = ['ccache', 'clang-22']
|
||||
cpp = ['ccache', 'clang++-22']
|
||||
ar = 'llvm-ar-22'
|
||||
strip = 'llvm-strip-22'
|
||||
objcopy = 'llvm-objcopy-22'
|
||||
c_ld = 'lld'
|
||||
cpp_ld = 'lld'
|
||||
exe_wrapper = ['qemu-loongarch64-static', '-L', '/usr/loongarch64-linux-gnu/', '-cpu', 'la464']
|
||||
|
||||
[properties]
|
||||
c_args = ['--target=loongarch64-linux-gnu', '-march=la464', '-isystem=/usr/loongarch64-linux-gnu/include', '-Wextra', '-Werror', '-mlsx', '-mlasx']
|
||||
cpp_args = ['--target=loongarch64-linux-gnu', '-march=la464', '-isystem=/usr/loongarch64-linux-gnu/include', '-Wextra', '-Werror', '-mlsx', '-mlasx']
|
||||
c_link_args = ['--target=loongarch64-linux-gnu']
|
||||
cpp_link_args = ['--target=loongarch64-linux-gnu']
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = 'loongarch64'
|
||||
cpu = 'la464'
|
||||
endian = 'little'
|
||||
Reference in New Issue
Block a user