Changeset 356e17e0 in mainline for meson/arch/riscv64/meson.build


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

riscv64 boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/arch/riscv64/meson.build

    r8684e34 r356e17e0  
    11arch_uspace_c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ]
    22arch_kernel_c_args = arch_uspace_c_args + [ '-mcmodel=medany' ]
     3arch_boot_c_args = arch_kernel_c_args
    34arch_kernel_link_args = [ '-nostdlib' ]
    45arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
     6arch_boot_link_args = []
    57
    68rd_essential += [
Note: See TracChangeset for help on using the changeset viewer.