Changeset c89ae25 in mainline for meson/arch/arm64/meson.build


Ignore:
Timestamp:
2023-10-27T17:24:14Z (7 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
34120f10, b169619
Parents:
0373af9
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:03:39)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:24:14)
Message:

Fix and enable —gc-sections in /kernel and /boot

File:
1 edited

Legend:

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

    r0373af9 rc89ae25  
    4747# processor is in the execution mode that has unaligned access enabled. The
    4848# -mstrict-align option is therefore not needed.
    49 arch_boot_c_args = arch_uspace_c_args + [ '-fpic', '-fvisibility=hidden', '-fno-function-sections' ]
    50 arch_boot_link_args = [ '-Wl,-shared', '-Wl,--no-gc-sections' ] + ldflags_ignore_rwx_segments
     49arch_boot_c_args = arch_uspace_c_args + [ '-fpic', '-fvisibility=hidden' ]
     50arch_boot_link_args = [ '-Wl,-shared' ] + ldflags_ignore_rwx_segments
    5151
    5252if MACHINE == 'virt'
Note: See TracChangeset for help on using the changeset viewer.