Changeset 282f4724 in mainline for arch/mips32/loader/Makefile
- Timestamp:
- 2006-06-25T21:02:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce8725be
- Parents:
- 7431e867
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/loader/Makefile
r7431e867 r282f4724 48 48 49 49 CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mhard-float -mips3 50 DEFS = 50 DEFS = -I. 51 51 52 52 SOURCES = \ 53 53 main.c \ 54 54 msim.c \ 55 printf.c \55 ../../../generic/printf.c \ 56 56 asm.S \ 57 57 boot.S
Note:
See TracChangeset
for help on using the changeset viewer.