Changeset 068dd86 in mainline for meson/arch/arm64/meson.build
- Timestamp:
- 2023-08-04T13:07:34Z (21 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 24cf6694
- Parents:
- 4dbcdf3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/arm64/meson.build
r4dbcdf3 r068dd86 44 44 # -mstrict-align option is therefore not needed. 45 45 arch_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'] 46 arch_boot_link_args = [ '-Wl,-shared', '-Wl,--no-gc-sections' ] + ldflags_ignore_rwx_segments 48 47 49 48 if MACHINE == 'virt'
Note:
See TracChangeset
for help on using the changeset viewer.