Changeset 356e17e0 in mainline for meson/arch/riscv64/meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5631c9c
- Parents:
- 8684e34
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 13:03:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/riscv64/meson.build
r8684e34 r356e17e0 1 1 arch_uspace_c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ] 2 2 arch_kernel_c_args = arch_uspace_c_args + [ '-mcmodel=medany' ] 3 arch_boot_c_args = arch_kernel_c_args 3 4 arch_kernel_link_args = [ '-nostdlib' ] 4 5 arch_uspace_link_args = [ '-nostdlib', '-lgcc' ] 6 arch_boot_link_args = [] 5 7 6 8 rd_essential += [
Note:
See TracChangeset
for help on using the changeset viewer.