Changes in meson/arch/ppc32/meson.build [62721d5:4d58bac] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/ppc32/meson.build
r62721d5 r4d58bac 37 37 arch_kernel_link_args = [ '-nostdlib', '-Wl,-z,max-page-size=0x1000', '-Wl,--no-check-sections', '-Wl,--no-gc-sections' ] 38 38 arch_uspace_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ] 39 arch_uspace_link_args += ldflags_ignore_rwx_segments 40 arch_boot_link_args = ldflags_ignore_rwx_segments 39 arch_boot_link_args = [] 41 40 42 41 rd_essential += [
Note:
See TracChangeset
for help on using the changeset viewer.