Changeset 6198611 in mainline for boot/arch/ppc32/loader/Makefile
- Timestamp:
- 2008-10-06T14:30:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06d6505
- Parents:
- f2ef7fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/loader/Makefile
rf2ef7fd r6198611 58 58 endif 59 59 60 CFLAGS = -DRELEASE=\"$(RELEASE)\" -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -msoft-float -m32 60 CFLAGS = -DRELEASE=\"$(RELEASE)\" -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -msoft-float -m32 -pipe 61 61 62 62 ifdef REVISION … … 119 119 120 120 depend: 121 -makedepend $(DEFS) $(CFLAGS) -f- $(SOURCES) > Makefile.depend 2> /dev/null121 -makedepend -f - -- $(DEFS) $(CFLAGS) -- $(SOURCES) > Makefile.depend 2> /dev/null 122 122 123 123 clean:
Note:
See TracChangeset
for help on using the changeset viewer.