Changeset 874ed210 in mainline for kernel/arch
- Timestamp:
- 2019-06-24T16:13:58Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 59d8235
- Parents:
- d86393c8
- Location:
- kernel/arch
- Files:
-
- 3 edited
-
arm32/Makefile.inc (modified) (1 diff)
-
ia64/Makefile.inc (modified) (1 diff)
-
ppc32/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/Makefile.inc
rd86393c8 r874ed210 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 AFLAGS += -mfloat-abi=hard -mfpu=vfp337 COMMON_CFLAGS += -mfloat-abi=hard 38 38 endif 39 39 -
kernel/arch/ia64/Makefile.inc
rd86393c8 r874ed210 30 30 COMMON_CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 31 31 32 AFLAGS += -mconstant-gp33 32 LDFLAGS += -Wl,-EL 34 33 -
kernel/arch/ppc32/Makefile.inc
rd86393c8 r874ed210 28 28 29 29 30 COMMON_CFLAGS += -mcpu=powerpc -msoft-float -m32 31 AFLAGS += -a32 30 COMMON_CFLAGS += -mcpu=powerpc -msoft-float -m32 -Wa,-a32 32 31 LDFLAGS += -Wl,-no-check-sections 33 32
Note:
See TracChangeset
for help on using the changeset viewer.
