Changeset 62721d5 in mainline for meson/arch/riscv64/meson.build


Ignore:
Timestamp:
2023-10-22T16:45:25Z (18 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f9f9b1
Parents:
b7493ea0
git-author:
Vojtech Horky <vojtech.horky@…> (2023-07-14 13:58:38)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 16:45:25)
Message:

Workaround linker warnings about RWX segment

File:
1 edited

Legend:

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

    rb7493ea0 r62721d5  
    3333arch_kernel_link_args = [ '-nostdlib' ]
    3434arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
    35 arch_boot_link_args = []
     35arch_boot_link_args = ldflags_ignore_rwx_segments
    3636
    3737rd_essential += [
Note: See TracChangeset for help on using the changeset viewer.