Changeset 068dd86 in mainline for meson/arch/ia64/meson.build


Ignore:
Timestamp:
2023-08-04T13:07:34Z (13 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
24cf6694
Parents:
4dbcdf3
Message:

Support linker without —no-warn-rwx-segments

File:
1 edited

Legend:

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

    r4dbcdf3 r068dd86  
    3838arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
    3939arch_kernel_link_args = [ '-nostdlib', '-Wl,-EL' ]
    40 arch_boot_link_args = ['-Wl,--no-warn-rwx-segments']
     40arch_boot_link_args = ldflags_ignore_rwx_segments
    4141
    4242
Note: See TracChangeset for help on using the changeset viewer.