source: mainline/meson/arch/riscv64/meson.build@ 5631c9c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5631c9c was 356e17e0, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

riscv64 boot

  • Property mode set to 100644
File size: 300 bytes
Line 
1arch_uspace_c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ]
2arch_kernel_c_args = arch_uspace_c_args + [ '-mcmodel=medany' ]
3arch_boot_c_args = arch_kernel_c_args
4arch_kernel_link_args = [ '-nostdlib' ]
5arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
6arch_boot_link_args = []
7
8rd_essential += [
9]
Note: See TracBrowser for help on using the repository browser.