Changes in kernel/arch/arm32/Makefile.inc [874ed210:cfdeedc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/Makefile.inc
r874ed210 rcfdeedc 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 COMMON_CFLAGS += -mfloat-abi=hard37 AFLAGS += -mfloat-abi=hard -mfpu=vfp3 38 38 endif 39 39
Note:
See TracChangeset
for help on using the changeset viewer.