Changeset 1084a784 in mainline for arch/mips32/Makefile.inc
- Timestamp:
- 2005-10-04T22:09:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 342de62
- Parents:
- 8e3f47b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/Makefile.inc
r8e3f47b3 r1084a784 11 11 12 12 DEFS=-DARCH=$(ARCH) -DMACHINE=${MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} 13 CFLAGS=$(DEFS) -mno-abicalls -G 0 -nostdlib -fno-builtin -O2 -fno-zero-initialized-in-bss 14 LFLAGS= -M -N13 CFLAGS=$(DEFS) -mno-abicalls -G 0 -nostdlib -fno-builtin -O2 -fno-zero-initialized-in-bss 14 LFLAGS= 15 15 BFD_ARCH=mips 16 16 … … 87 87 src/arch/cache.c \ 88 88 src/arch/cpu/cpu.c \ 89 src/arch/mm/asid.c \ 89 90 src/arch/mm/frame.c \ 90 91 src/arch/mm/page.c \ 91 92 src/arch/mm/tlb.c \ 93 src/arch/mm/vm.c \ 92 94 src/arch/fpu_context.c \ 93 95 src/arch/fmath.c \
Note:
See TracChangeset
for help on using the changeset viewer.