Changeset f1e7599 in mainline


Ignore:
Timestamp:
2023-07-14T13:58:38Z (10 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
9fc58e3
Parents:
10e56b7
Message:

Kernel: do not check segment access rights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/meson.build

    r10e56b7 rf1e7599  
    8787kernel_link_args = arch_kernel_link_args + [
    8888        '-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',
    8992        '-T', meson.current_build_dir() / '_link.ld',
    9093]
Note: See TracChangeset for help on using the changeset viewer.