Changeset c4e5d40 in mainline
- Timestamp:
- 2019-08-17T12:49:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9810fc3
- Parents:
- 2fff3c4
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-25 16:32:46)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/meson.build
r2fff3c4 rc4e5d40 35 35 # This is necessary to allow vmsr insn and fpexc manipulation 36 36 # Use vfp32 to allow context save/restore of d16-d31 regs. 37 kernel_c_args += [ '-mfloat-abi=hard' , '-mfpu=vfp3']37 kernel_c_args += [ '-mfloat-abi=hard' ] 38 38 endif 39 39
Note:
See TracChangeset
for help on using the changeset viewer.