source: mainline/meson/arch/riscv64/meson.build@ 8684e34

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

shuffle some variables around

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