Changeset 3412e844 in mainline for kernel/arch/arm32/Makefile.inc
- Timestamp:
- 2012-11-24T02:28:47Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1e496a
- Parents:
- 6e634d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/Makefile.inc
r6e634d6 r3412e844 34 34 35 35 GCC_CFLAGS += -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR)) -mno-unaligned-access 36 37 ifeq ($(CONFIG_FPU),y) 38 # This is necessary to allow vmsr insn and fpexc manipulation 39 GCC_CFLAGS += -mfloat-abi=hard 40 endif 36 41 37 42 BITS = 32
Note:
See TracChangeset
for help on using the changeset viewer.