QTechOS/riscv.cross

19 lines
333 B
Text
Raw Normal View History

[binaries]
c = 'riscv64-elf-gcc'
cpp = 'riscv64-elf-g++'
[host_machine]
system = 'riscv-qtech-os'
cpu_family = 'riscv64'
cpu = 'rv64'
endian = 'little'
[constants]
args = ['-ffreestanding', '-march=rv64gc', '-mabi=lp64d', '-mcmodel=medany']
[built-in options]
c_args = args
c_link_args = args
cpp_args = args
cpp_link_args = args