Changeset 068dd86 in mainline for meson/arch/arm64/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/arm64/meson.build

    r4dbcdf3 r068dd86  
    4444# -mstrict-align option is therefore not needed.
    4545arch_boot_c_args = arch_uspace_c_args + [ '-fpic', '-fvisibility=hidden', '-fno-function-sections' ]
    46 arch_boot_link_args = [ '-Wl,-shared', '-Wl,--no-gc-sections' ]
    47 arch_boot_link_args += ['-Wl,--no-warn-rwx-segments']
     46arch_boot_link_args = [ '-Wl,-shared', '-Wl,--no-gc-sections' ] + ldflags_ignore_rwx_segments
    4847
    4948if MACHINE == 'virt'
Note: See TracChangeset for help on using the changeset viewer.