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


Ignore:
Timestamp:
2023-10-27T17:24:14Z (12 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/ia32/meson.build

    r0373af9 rc89ae25  
    5151]
    5252
    53 
    54 # TODO: Enable --gc-sections.
    55 arch_kernel_link_args = [ '-nostdlib', '-Wl,--no-gc-sections' ]
     53arch_kernel_link_args = [ '-nostdlib' ]
    5654arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
    5755
Note: See TracChangeset for help on using the changeset viewer.