Changeset 3785b39 in mainline
- Timestamp:
- 2023-08-04T13:20:03Z (19 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- dd0e909
- Parents:
- 24cf6694
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/arm32/meson.build
r24cf6694 r3785b39 45 45 # This is necessary for kernel too, to allow vmsr insn and fpexc manipulation. 46 46 # Use vfp32 to allow context save/restore of d16-d31 regs. 47 # Need to use soft fpbecause our libgcc.a uses it too48 arch_uspace_c_args += [ '-mfloat-abi=soft fp' ]47 # Need to use soft because our libgcc.a uses it too 48 arch_uspace_c_args += [ '-mfloat-abi=soft' ] 49 49 endif 50 50 51 51 arch_kernel_c_args = arch_uspace_c_args + [ '-mno-unaligned-access', '-mfpu=vfpv3' ] 52 arch_kernel_c_args += cc.get_supported_arguments(['-mgeneral-regs-only' ]) 52 53 arch_kernel_link_args = [ '-nostdlib', '-Wl,-z,max-page-size=0x1000' ] 53 54 arch_uspace_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ]
Note:
See TracChangeset
for help on using the changeset viewer.