Changeset 4586a3cd in mainline
- Timestamp:
- 2023-08-02T16:34:59Z (16 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 169e6e0
- Parents:
- 29941ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/arm32/meson.build
r29941ab r4586a3cd 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 arch_uspace_c_args += [ '-mfloat-abi=hard' ] 47 # Need to use softfp because our libgcc.a uses it too 48 arch_uspace_c_args += [ '-mfloat-abi=softfp' ] 48 49 endif 49 50
Note:
See TracChangeset
for help on using the changeset viewer.