Changeset ce8725be in mainline for arch/ppc32/loader/Makefile
- Timestamp:
- 2006-06-25T21:33:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d22645e
- Parents:
- 282f4724
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/Makefile
r282f4724 rce8725be 47 47 endif 48 48 49 CFLAGS = - nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -msoft-float -m3249 CFLAGS = -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -msoft-float -m32 50 50 51 51 SOURCES = \ 52 52 main.c \ 53 53 ofw.c \ 54 printf.c \ 54 ../../../genarch/ofw.c \ 55 ../../../generic/printf.c \ 55 56 asm.S \ 56 57 boot.S
Note:
See TracChangeset
for help on using the changeset viewer.