Changeset 169e6e0 in mainline for meson/arch/riscv64/meson.build


Ignore:
Timestamp:
2023-08-02T16:36:02Z (15 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
0989bc4
Parents:
4586a3cd
Message:

Workaround linker warnings about RWX segment

File:
1 edited

Legend:

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

    r4586a3cd r169e6e0  
    3333arch_kernel_link_args = [ '-nostdlib' ]
    3434arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
    35 arch_boot_link_args = []
     35arch_boot_link_args = ['-Wl,--no-warn-rwx-segments']
    3636
    3737rd_essential += [
Note: See TracChangeset for help on using the changeset viewer.