Changeset aa72859 in mainline for arch/mips32/Makefile.inc
- Timestamp:
- 2005-11-22T18:44:55Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- db41406
- Parents:
- 7453929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/Makefile.inc
r7453929 raa72859 42 42 43 43 KERNEL_LOAD_ADDRESS = 0x80100000 44 INIT_ADDRESS = 0x80110000 45 INIT_SIZE = 65536 44 46 CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss 45 DEFS += -DMACHINE=${MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} 47 DEFS += -DMACHINE=${MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} -DINIT_ADDRESS=${INIT_ADDRESS} -DINIT_SIZE=${INIT_SIZE} 46 48 47 49 ## Accepted MACHINEs
Note:
See TracChangeset
for help on using the changeset viewer.