Changes in kernel/arch/arm32/Makefile.inc [8ff9484:f94b95b1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/Makefile.inc
r8ff9484 rf94b95b1 35 35 GCC_CFLAGS += -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR)) -mno-unaligned-access 36 36 37 ifeq ($(CONFIG_FPU),y)38 # This is necessary to allow vmsr insn and fpexc manipulation39 # Use vfp32 to allow context save/restore of d16-d31 regs.40 GCC_CFLAGS += -mfloat-abi=hard -mfpu=vfp341 endif42 43 37 BITS = 32 44 38 ENDIANESS = LE … … 52 46 arch/$(KARCH)/src/machine_func.c \ 53 47 arch/$(KARCH)/src/context.S \ 54 arch/$(KARCH)/src/fpu_context.c \55 48 arch/$(KARCH)/src/dummy.S \ 56 49 arch/$(KARCH)/src/cpu/cpu.c \
Note:
See TracChangeset
for help on using the changeset viewer.