Changeset de36fdd in mainline for kernel/arch/arm32/Makefile.inc
- Timestamp:
- 2013-01-06T19:52:43Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4b3a4cb
- Parents:
- 664fd6d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/Makefile.inc
r664fd6d5 rde36fdd 38 38 # This is necessary to allow vmsr insn and fpexc manipulation 39 39 # Use vfp32 to allow context save/restore of d16-d31 regs. 40 GCC_CFLAGS += -mfloat-abi=hard -mfpu=vfp340 AFLAGS += -mfloat-abi=hard -mfpu=vfp3 41 41 endif 42 42 … … 70 70 ifeq ($(CONFIG_FPU),y) 71 71 ARCH_SOURCES += arch/$(KARCH)/src/fpu_context.c 72 ARCH_SOURCES += arch/$(KARCH)/src/fpu.s 72 73 endif 73 74
Note:
See TracChangeset
for help on using the changeset viewer.