Changeset 5c987793 in mainline
- Timestamp:
- 2023-11-10T12:49:39Z (13 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/ia64/meson.build
re0d874b7 r5c987793 37 37 38 38 arch_uspace_link_args = [ '-nostdlib', '-lgcc' ] 39 arch_kernel_link_args = [ '-nostdlib', '-Wl,-EL' 40 arch_boot_link_args = ldflags_ignore_rwx_segments39 arch_kernel_link_args = [ '-nostdlib', '-Wl,-EL', '-Wl,--no-warn-rwx-segments'] 40 arch_boot_link_args = ['-Wl,--no-warn-rwx-segments'] 41 41 42 42
Note:
See TracChangeset
for help on using the changeset viewer.