Changes in meson/arch/arm64/meson.build [581a54a:c89ae25] in mainline
- File:
-
- 1 edited
-
meson/arch/arm64/meson.build (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/arm64/meson.build
r581a54a rc89ae25 28 28 # 29 29 30 arch_uspace_c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ] 30 arch_uspace_c_args = [ 31 '-D__LE__', 32 '-fno-omit-frame-pointer', 33 cc.get_supported_arguments(['-mno-outline-atomics']), 34 ] 31 35 arch_kernel_c_args = arch_uspace_c_args + [ '-march=armv8-a+nofp+nosimd', '-mgeneral-regs-only' ] 32 36 arch_kernel_link_args = [ '-nostdlib' ] … … 43 47 # processor is in the execution mode that has unaligned access enabled. The 44 48 # -mstrict-align option is therefore not needed. 45 arch_boot_c_args = arch_uspace_c_args + [ '-fpic', '-fvisibility=hidden' , '-fno-function-sections']46 arch_boot_link_args = [ '-Wl,-shared' , '-Wl,--no-gc-sections' ]49 arch_boot_c_args = arch_uspace_c_args + [ '-fpic', '-fvisibility=hidden' ] 50 arch_boot_link_args = [ '-Wl,-shared' ] + ldflags_ignore_rwx_segments 47 51 48 52 if MACHINE == 'virt'
Note:
See TracChangeset
for help on using the changeset viewer.
