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


Ignore:
Timestamp:
2023-08-04T13:07:34Z (15 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/ppc32/meson.build

    r4dbcdf3 r068dd86  
    3737arch_kernel_link_args = [ '-nostdlib', '-Wl,-z,max-page-size=0x1000', '-Wl,--no-check-sections', '-Wl,--no-gc-sections' ]
    3838arch_uspace_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ]
    39 arch_uspace_link_args += ['-Wl,--no-warn-rwx-segments']
    40 arch_boot_link_args = ['-Wl,--no-warn-rwx-segments']
     39arch_uspace_link_args += ldflags_ignore_rwx_segments
     40arch_boot_link_args = ldflags_ignore_rwx_segments
    4141
    4242
Note: See TracChangeset for help on using the changeset viewer.