- Timestamp:
- 2024-09-20T12:16:28Z (10 months ago)
- Branches:
- master
- Children:
- d3109ff
- Parents:
- 2cf8f994
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-20 11:42:13)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-20 12:16:28)
- Location:
- meson
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/ppc32/meson.build
r2cf8f994 r3fcea34 35 35 arch_kernel_link_args = [ '-nostdlib', '-Wl,-z,max-page-size=0x1000' ] 36 36 arch_uspace_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ] 37 arch_uspace_link_args += ldflags_ignore_rwx_segments38 37 arch_boot_link_args = ldflags_ignore_rwx_segments 39 38 -
meson/part/compiler_args/meson.build
r2cf8f994 r3fcea34 42 42 '-Wl,--warn-common', 43 43 '-Wl,--fatal-warnings', 44 '-Wl,-z,text', 44 45 language : [ 'c', 'cpp' ], 45 46 ) … … 57 58 58 59 '-Wa,--fatal-warnings', 60 '-Wl,-z,text', 59 61 60 62 '-Wall', -
meson/part/initrd_manifest/meson.build
r2cf8f994 r3fcea34 49 49 'app/getterm', 50 50 'app/kio', 51 'app/tester', 51 52 52 53 'srv/devman',
Note:
See TracChangeset
for help on using the changeset viewer.