Changeset 009c485 in mainline for kernel/arch
- Timestamp:
- 2018-05-01T19:02:23Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 742fc98e
- Parents:
- 5261062
- Location:
- kernel/arch
- Files:
-
- 3 edited
-
ia64/Makefile.inc (modified) (1 diff)
-
ppc32/Makefile.inc (modified) (1 diff)
-
sparc64/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/Makefile.inc
r5261062 r009c485 33 33 34 34 AFLAGS += -mconstant-gp 35 L FLAGS +=-EL35 LDFLAGS += -Wl,-EL 36 36 37 37 BITS = 64 -
kernel/arch/ppc32/Makefile.inc
r5261062 r009c485 33 33 COMMON_CFLAGS += -mcpu=powerpc -msoft-float -m32 34 34 AFLAGS += -a32 35 L FLAGS +=-no-check-sections35 LDFLAGS += -Wl,-no-check-sections 36 36 37 37 BITS = 32 -
kernel/arch/sparc64/Makefile.inc
r5261062 r009c485 33 33 COMMON_CFLAGS += -m64 -mcpu=ultrasparc -mcmodel=medlow -mno-fpu 34 34 35 L FLAGS +=-no-check-sections35 LDFLAGS += -Wl,-no-check-sections 36 36 37 37 BITS = 64
Note:
See TracChangeset
for help on using the changeset viewer.
