Changes in kernel/arch/arm32/Makefile.inc [f94b95b1:f9ab562] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/Makefile.inc
rf94b95b1 rf9ab562 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 manipulation 39 # Use vfp32 to allow context save/restore of d16-d31 regs. 40 GCC_CFLAGS += -mfloat-abi=hard -mfpu=vfp3 41 endif 42 37 43 BITS = 32 38 44 ENDIANESS = LE … … 62 68 arch/$(KARCH)/src/ras.c 63 69 70 ifeq ($(CONFIG_FPU),y) 71 ARCH_SOURCES += arch/$(KARCH)/src/fpu_context.c 72 endif 73 64 74 ifeq ($(MACHINE),gta02) 65 75 ARCH_SOURCES += arch/$(KARCH)/src/mach/gta02/gta02.c 66 endif67 68 ifeq ($(MACHINE),testarm)69 ARCH_SOURCES += arch/$(KARCH)/src/mach/testarm/testarm.c70 76 endif 71 77
Note:
See TracChangeset
for help on using the changeset viewer.