Changeset a2a2a34 in mainline
- Timestamp:
- 2009-03-12T18:04:30Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2d97d7
- Parents:
- 32ddab4e
- Location:
- kernel/arch/mips32
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/Makefile.inc
r32ddab4e ra2a2a34 53 53 GCC_CFLAGS += -EB -DBIG_ENDIAN -mips3 54 54 endif 55 ifeq ($(MACHINE),simics)56 # SIMICS 4kc emulation is broken, although for instructions57 # that do not bother us58 59 BFD_NAME = elf32-tradlittlemips60 BFD = elf32-tradlittlemips61 GCC_CFLAGS += -mhard-float -mips3 -DTLBCNT=1662 TLBCNT = 1663 endif64 55 ifeq ($(MACHINE),msim) 65 56 BFD_NAME = elf32-tradlittlemips … … 86 77 arch/$(KARCH)/src/fpu_context.c \ 87 78 arch/$(KARCH)/src/ddi/ddi.c \ 88 arch/$(KARCH)/src/drivers/msim.c \89 79 arch/$(KARCH)/src/smp/dorder.c \ 90 80 arch/$(KARCH)/src/smp/smp.c
Note:
See TracChangeset
for help on using the changeset viewer.