Ignore:
File:
1 edited

Legend:

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

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