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