Changeset f1e7599 in mainline
- Timestamp:
- 2023-07-14T13:58:38Z (17 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 9fc58e3
- Parents:
- 10e56b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/meson.build
r10e56b7 rf1e7599 87 87 kernel_link_args = arch_kernel_link_args + [ 88 88 '-Wl,--nmagic', 89 # The kernel is built as ELF but then copied as a blob of bytes and 90 # the permissions are not relevant anyway (needed for binutils 2.39+). 91 '-Wl,--no-warn-rwx-segments', 89 92 '-T', meson.current_build_dir() / '_link.ld', 90 93 ]
Note:
See TracChangeset
for help on using the changeset viewer.