Changeset 169e6e0 in mainline for meson/arch/arm64/meson.build
- Timestamp:
- 2023-08-02T16:36:02Z (15 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 0989bc4
- Parents:
- 4586a3cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/arm64/meson.build
r4586a3cd r169e6e0 28 28 # 29 29 30 arch_uspace_c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ]30 arch_uspace_c_args = [ '-D__LE__', '-fno-omit-frame-pointer', '-mno-outline-atomics' ] 31 31 arch_kernel_c_args = arch_uspace_c_args + [ '-march=armv8-a+nofp+nosimd', '-mgeneral-regs-only' ] 32 32 arch_kernel_link_args = [ '-nostdlib' ] … … 45 45 arch_boot_c_args = arch_uspace_c_args + [ '-fpic', '-fvisibility=hidden', '-fno-function-sections' ] 46 46 arch_boot_link_args = [ '-Wl,-shared', '-Wl,--no-gc-sections' ] 47 arch_boot_link_args += ['-Wl,--no-warn-rwx-segments'] 47 48 48 49 if MACHINE == 'virt'
Note:
See TracChangeset
for help on using the changeset viewer.