Changeset fa024ce in mainline for boot/arch/mips32/loader/Makefile
- Timestamp:
- 2009-02-12T20:12:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98a4e76
- Parents:
- fcd7053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/loader/Makefile
rfcd7053 rfa024ce 28 28 29 29 include ../../../../version 30 include ../../../../Makefile.config30 -include ../../../../Makefile.config 31 31 32 32 ## Toolchain configuration … … 40 40 LD_IN = binary 41 41 endif 42 42 43 ifeq ($(IMAGE),ecoff) 43 44 LD_IN = ecoff 44 45 endif 46 45 47 BFD_NAME = elf32-tradlittlemips 46 48 BFD_ARCH = mips … … 64 66 endif 65 67 66 CFLAGS = -DRELEASE=\"$(RELEASE)\" -I. -I../../../generic -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mhard-float -mips3 -pipe 67 68 ifdef REVISION 69 CFLAGS += "-DREVISION=\"$(REVISION)\"" 70 endif 71 72 ifdef TIMESTAMP 73 CFLAGS += "-DTIMESTAMP=\"$(TIMESTAMP)\"" 74 endif 68 CFLAGS = -DRELEASE=$(RELEASE) -I. -I../../../generic -imacros ../../../../config.h -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mhard-float -mips3 -pipe 75 69 76 70 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.