Changeset 1a70350 in mainline
- Timestamp:
- 2005-11-01T17:05:03Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 169c408
- Parents:
- 0e90b4e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/Makefile.inc
r0e90b4e r1a70350 51 51 ifeq (${MACHINE},msim4kc) 52 52 BFD = binary 53 CFLAGS += -m soft-float -march=4kc53 CFLAGS += -mhard-float -march=4kc 54 54 KERNEL_LOAD_ADDRESS = 0x80100000 55 55 BFD_NAME=elf32-little … … 58 58 ifeq (${MACHINE},msim) 59 59 BFD = binary 60 CFLAGS += -m soft-float -mips360 CFLAGS += -mhard-float -mips3 61 61 KERNEL_LOAD_ADDRESS = 0x80100000 62 62 BFD_NAME=elf32-little … … 67 67 ifeq (${MACHINE},simics) 68 68 BFD = elf32-little 69 CFLAGS += -m soft-float -mips369 CFLAGS += -mhard-float -mips3 70 70 KERNEL_LOAD_ADDRESS = 0x80100000 71 71 BFD_NAME=elf32-little
Note:
See TracChangeset
for help on using the changeset viewer.