source: mainline/meson/arch/abs32le/meson.build@ 7b1ae09

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

abs32le

  • Property mode set to 100644
File size: 284 bytes
Line 
1
2arch_kernel_c_args = [ '-D__LE__' ]
3arch_uspace_c_args = [ '-D__LE__' ]
4
5if CROSS_TARGET == 'arm32'
6 atsign = '%'
7elif CROSS_TARGET == 'mips32'
8 arch_kernel_c_args += [ '-mno-abicalls' ]
9endif
10
11arch_kernel_link_args = [ '-nostdlib' ]
12arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
Note: See TracBrowser for help on using the repository browser.