Changes in meson/arch/amd64/meson.build [581a54a:c89ae25] in mainline
- File:
-
- 1 edited
-
meson/arch/amd64/meson.build (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/amd64/meson.build
r581a54a rc89ae25 45 45 endif 46 46 47 48 # TODO: Enable --gc-sections 49 arch_kernel_link_args = [ '-Wl,-z,max-page-size=0x1000', '-nostdlib', '-Wl,--no-gc-sections' ] 47 arch_kernel_link_args = [ '-Wl,-z,max-page-size=0x1000', '-nostdlib' ] 50 48 arch_uspace_link_args = [ '-Wl,-z,max-page-size=0x1000', '-nostdlib', '-lgcc' ] 51 49
Note:
See TracChangeset
for help on using the changeset viewer.
