Changeset 71b4444 in mainline for meson/arch/riscv64/meson.build


Ignore:
Timestamp:
2023-10-22T16:59:42Z (7 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78f0422c, dd7df1c
Parents:
590cb6d2 (diff), 2944b5a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge meson script updates for new toolchain

File:
1 edited

Legend:

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

    r590cb6d2 r71b4444  
    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.