Changeset 5c987793 in mainline


Ignore:
Timestamp:
2023-11-10T12:49:39Z (6 months ago)
Author:
Jakub Jermář <jakub@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
d33daf07, d76862d0
Parents:
e0d874b7
git-author:
Jakub Jermář <jakub@…> (2023-11-10 12:49:33)
git-committer:
Jakub Jermář <jakub@…> (2023-11-10 12:49:39)
Message:

Disable RWX segments warning on ia64 directly

Note that for some reason ldflags_ignore_rwx_segments does not
autodetect the option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/arch/ia64/meson.build

    re0d874b7 r5c987793  
    3737
    3838arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
    39 arch_kernel_link_args = [ '-nostdlib', '-Wl,-EL' ]
    40 arch_boot_link_args = ldflags_ignore_rwx_segments
     39arch_kernel_link_args = [ '-nostdlib', '-Wl,-EL', '-Wl,--no-warn-rwx-segments']
     40arch_boot_link_args = ['-Wl,--no-warn-rwx-segments']
    4141
    4242
Note: See TracChangeset for help on using the changeset viewer.