Ignore:
File:
1 edited

Legend:

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

    r62721d5 rc21d4d6  
    11#
    2 # Copyright (c) 2021 Jiri Svoboda
    32# Copyright (c) 2019 Jiří Zárevúcky
    43# All rights reserved.
     
    3332arch_kernel_link_args = [ '-nostdlib' ]
    3433arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
    35 arch_boot_link_args = ldflags_ignore_rwx_segments
     34arch_boot_link_args = []
    3635
    3736rd_essential += [
    3837]
    39 
    40 rd_drv += rd_essential_drv
Note: See TracChangeset for help on using the changeset viewer.