Changeset 62721d5 in mainline for kernel/meson.build
- Timestamp:
- 2023-10-22T16:45:25Z (14 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f9f9b1
- Parents:
- b7493ea0
- git-author:
- Vojtech Horky <vojtech.horky@…> (2023-07-14 13:58:38)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 16:45:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/meson.build
rb7493ea0 r62721d5 89 89 '-T', meson.current_build_dir() / '_link.ld', 90 90 ] 91 # The kernel is built as ELF but then copied as a blob of bytes and 92 # the permissions are not relevant anyway (needed for binutils 2.39+). 93 kernel_link_args += ldflags_ignore_rwx_segments 91 94 92 95 if CONFIG_LTO
Note:
See TracChangeset
for help on using the changeset viewer.