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