Changeset 7c682dd1 in mainline for kernel/arch
- Timestamp:
- 2010-03-23T14:03:05Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d99c1d2
- Parents:
- 8023571
- Location:
- kernel/arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/Makefile.inc
r8023571 r7c682dd1 34 34 ICC_CFLAGS += $(CMN1) 35 35 36 LFLAGS += -EL37 AFLAGS += -mconstant-gp36 LFLAGS = -EL 37 AFLAGS = -mconstant-gp 38 38 39 39 BITS = 64 -
kernel/arch/ppc32/Makefile.inc
r8023571 r7c682dd1 32 32 33 33 GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 34 AFLAGS += -a3235 LFLAGS += -no-check-sections -N34 AFLAGS = -a32 35 LFLAGS = -no-check-sections -N 36 36 37 37 BITS = 32 -
kernel/arch/sparc64/Makefile.inc
r8023571 r7c682dd1 34 34 SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl,no%float 35 35 36 LFLAGS += -no-check-sections -N36 LFLAGS = -no-check-sections -N 37 37 38 38 BITS = 64
Note:
See TracChangeset
for help on using the changeset viewer.